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: 19.0.0.0 (11.1.1.1111)
Syntaxpublic string ToFileNamePath()
Public Function ToFileNamePath As String
public:
String^ ToFileNamePath()
member ToFileNamePath : unit -> string
Return Value
Type:
String
See Also