FTP.currentDir | 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.currentDir:Void |
Parameters |
None |
Returns |
A String |
Description |
Contains the current directory on the FTP server. |
Notes |
Read-Write |
Example Code |
//Gets the current directory: var currentDirectory:String = myFTP.currentDir //Sets the current directory: myFTP.currentDir = "myFolder"; |
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 |