Eyeon:Script/Reference/Libraries/eyeon/tounc
From VFXPedia
< Eyeon:Script | Reference | Libraries | eyeon
Contents |
Usage
eyeon.tounc(string path)
- path (string, required)
A path to a directory or file.
Returns
A string containing the equivalent UNC path for the path or filename provided. It will return nil if it fails.
Remarks
This function attempts to resolve the path or file provided in the argument into a UNC path.
Requirements
- eyeonScript 5.1
Examples