FileSystem.loadFile() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to FileSystem Class Summary |
Availability |
Windows, Mac OSX, Linux |
Usage |
mdm.FileSystem.loadFile(filePath:String):String |
Parameters |
filePath:String - Path of text file to load |
Returns |
A String |
Description |
Loads data from text files. |
Notes |
None |
Example Code |
var myTextData:String = mdm.FileSystem.loadFile("c:\\myFile.txt"); |
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 |