System-Path-obj
Read and alter file path-realated settings of the project
LabTalk Object Type:
The path object is a sub-object of the system object. The path object properties allow you to read and alter file path-realated settings of the project.
Note: If you need to obtain the path to the The User Files Folder, use %Y system register.
Ini$ property returns the directory path where Origin's initialization file is located.
The default project directory path
Program$ property returns the directory path where Origin's executable (.EXE) file is located. In an Origin client, this property points the file in the Origin server.
Group$ property returns the path of group folder.
Ascii$ property returns the path of Ascii import folder.
Excel$ property returns the path of excel open folder.
Template$ property returns the path of template folder.
AppData$ property returns the path of Origin Temporary folder.
License$ property returns the path of Origin license files stored folder.
Autosave$ property returns the path of Origin auto save folder.
Projectattachedfilespath$ property returns the path of Origin Temporary folder storing the attached files to the current project.
Unsaved$ property returns the path of unSaved projects folder.
ProjBak$ property returns the path of backuped projects folder.
ProjBak$ property returns the path of temp folder used during saving a project.
System.Project, System.FileExt, Dir, Cdset