FLfile (library)
Overview
Summary
The FLfile library extends the native FLfile library for CS3 installations with methods only available in CS4 and above.
You shouldn't need to use these methods directly, as URI.toURI() and URI.toPath() provide more powerful and flexible alternatives.
API
platformPathToURI(path)
Converts a platform-specific path to a URI
See the FLfile documentation for examples.
uriToPlatformPath(uri)
Converts a URI to a platform-specific path
See the FLfile documentation for examples.
Comments are closed.