Click or drag to resize
PFSParameterToResultFileNamePath Method
Get the result file name path.

The result file name path for relative file name strings depends on whether the underlying pfs parameter is a filename parameter or a string parameter.

For a filename parameter, the result file folder is the folder of the pfs file, and a relative file name string is relative to the pfs file location.

For a string parameter, the result file folder is taken into consideration when creating the path. The result file folder is either the default "pfsFile.pfs - Result Files\", the project defined output folder or the custom defined output folder.

The result file name path is always absolute.

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

Return Value

Type: String
See Also