Click or drag to resize
PFSParameterToFileNamePath Method
Get a string with the filename and path. The returned string will contain the full path to the file. In case the file name string is relative, the path of the pfs file is used as base path to create a full path string.

If this parameter is not a file name parameter, an exception is thrown.

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public string ToFileNamePath()

Return Value

Type: String
See Also