Click or drag to resize
PFSFileGetResultFolder Method
Evaluatet the actual result folder, based on default result folder, ProjectResultFolder, UseCustomResultFolder and CustomResultFolder.

The default result folder is the path of the pfs file, followed by

"\PfsFileName.pfs - Result Files\"
.

When a project result folder is defined, the result folder is the project result folder, followed by

"\PfsFileName.pfs - Result Files\"
.

When a custom result folder is defined, that is the location of the result folder.

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

Return Value

Type: String
See Also