3.7.5.84 System.Path

Read and alter file path-realated settings of the project

LabTalk Object Type:

Utility

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.

Properties:

Property Access Description
System.path.ini$ Read
string

Ini$ property returns the directory path where Origin's initialization file is located.

System.path.Origin$ Read/write
string

The default project directory path

System.path.program$ Read
string

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.

System.path.Group$ Read
string

Group$ property returns the path of group folder.

System.path.Ascii$ Read
string

Ascii$ property returns the path of Ascii import folder.

System.path.Excel$ Read
string

Excel$ property returns the path of excel open folder.

System.path.Template$ Read
string

Template$ property returns the path of template folder.

System.path.AppData$ Read
string

AppData$ property returns the path of Origin Temporary folder.

System.path.License$ Read
string

License$ property returns the path of Origin license files stored folder.

System.path.Autosave$ Read
string

Autosave$ property returns the path of Origin auto save folder.

System.path.Projectattachedfilespath$ Read
string

Projectattachedfilespath$ property returns the path of Origin Temporary folder storing the attached files to the current project.

System.path.Unsaved$ Read
string

Unsaved$ property returns the path of unSaved projects folder.

System.path.ProjBak$ Read
string

ProjBak$ property returns the path of backuped projects folder.

System.path.TempSave$ Read
string

ProjBak$ property returns the path of temp folder used during saving a project.

See Also:

System.Project, System.FileExt, Dir, Cdset