parseFilePath(path)
// Resolve a relative path to an absolute path
absolutePath = parseFilePath("myFolder/file.osl")Syntax
parseFilePath(path)Parameters
Return Value
Description
Examples
Basic Usage
Working with Package Files
Using with File Operations
Path Manipulation
Notes
Last updated