FTP.makeDir() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to FTP Class Summary |
Availability |
Windows, Mac OSX, Linux |
Usage |
ftpInstance.makeDir(dir:String):Void |
Parameters |
dir:String - Name of the directory to be created |
Returns |
Nothing |
Description |
Creates a new directory on the FTP Server. |
Notes |
To create Multiple Directories, delimit Directory names with a pipe charcter "|". |
Example Code |
//Creates a new directory called "MDM": myFTP.makeDir("MDM"); //Creates 3 directories called "User1", "User2" and "User3": myFTP.makeDir("User1|User2|User3"); |
mdm.FTP 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 |