FileSystem.getLongPathName() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to FileSystem Class Summary |
Availability |
Windows |
Usage |
mdm.FileSystem.getLongPathName(path:String):String |
Parameters |
path:String - Filepath which you wish to convert |
Returns |
A String |
Description |
Converts the specified DOS 8.3 filename to a long filename. |
Notes |
Information on long filenames can be found HERE Information on DOS 8.3 filenames can be found HERE |
Example Code |
var myLongFileName:String = mdm.FileSystem.getLongPathName("C:\\PROGRA~1"); //This example would return something like: //"C:\\Program Files" |
mdm.FileSystem Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |