The UUID that corresponds to the given absolute path of a folder 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.
Example using getFolderUuid:
var uuiFolder = repLocal.getFolderUuid(strPath)
Parameter | Description |
---|---|
strPath | The complete path that represents the file |