The UUID that corresponds to the given absolute path of a file is returned. On the desktop, complete paths and the UUID are identical, but when writing scripts that are intended for the desktop or EPM Workspace, treat UUID values and paths as if they are different and make the extra calls that convert paths to UUID values.
This method is only available in EPM Workspace and does not apply to the desktop.
Example using getFileUuid:
var uuiFile = objRep.getFileUuid(strPath)
Parameter | Description |
---|---|
strPath | The complete path that represents the file |