Path (FileReference)
Description
Returns the user path of the file object as String. The user path can contain environment variables specified with either "$" or "%" (for example, $USERNAME on Linux and %USERNAME% on Windows).
This property supports Linktab and relative paths (relative to the project, the factory or the user location). This is the default property for the FileReference object.
C# Syntax
// get accessor String rtn = FileReference.Path; // set accessor FileReference.Path = String;
See Also
Autodesk Softimage v7.5