This function returns a full path by combining the File Path with the current specification directory.
FsGetFullPathSpecification([File Path])
Where:
File Path is the file path to get the full path for.
Rule | Meaning |
---|---|
FsGetFullPathSpecification("") | This will return the path C:\DriveWorks\Specifications\[Current Specification Folder] - the full path of the current Specification |
FsGetFullPathSpecification("Documents\Quotations") | This will return the path C:\DriveWorks\Specifications\[Current Specification Folder]\Documents\Quotations where C:\DriveWorks\Specifications\[Current Specification Folder] is the full path of the current Specification. |