Home Search

DriveWorks Solo 21
FsGetFullPathProject

Send Feedback

FsGetFullPathProject

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

Syntax

FsGetFullPathProject([File Path])

Where:

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

Examples

Rule

Meaning
FsGetFullPathProject("") This will return the path C:\DriveWorks\Projects - the full path of the current Project.
FsGetFullPathProject("CAD Files") This will return the path C:\DriveWorks\Projects\CAD Files where C:\DriveWorks\Projects is the full path of the current Project.