This function returns a full path by combining the File Path with the current project directory.
FsGetFullPathProject([File Path])
Where:
File Path is the file path to get the full path for.
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. |