Home Search

DriveWorks Pro 21
FsGetFullPathSpecification

Send Feedback

FsGetFullPathSpecification

This function returns a full path by combining the File Path with the current specification directory.

Syntax

FsGetFullPathSpecification([File Path])

Where:

File Path is the file path to get the full path for.

Examples

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.