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.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public string GetResultFolder()
Public Function GetResultFolder As String
public:
String^ GetResultFolder()
member GetResultFolder : unit -> string
Return Value
Type:
StringSee Also