|
Flash CS4 Resources |
FLfile.uriToPlatformPath()AvailabilityFlash CS4 Professional. UsageFLfile.uriToPlatformPath(fileURI) Parameters
ReturnsA string representing a platform-specific path. DescriptionMethod; converts a filename expressed as a file:/// URI to a platform-specific format. ExampleThe
following example converts a file:/// URI to a platform-specific
format:
var dir =(fl.configDirectory); var URI = FLfile.platformPathToURI(dir); fl.trace(URI == fl.configURI); // displays "true" See also |