FTP.dirExists() | 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.dirExists(dir:String):Boolean |
Parameters |
dir:String Name of directory |
Returns |
A Boolean |
Description |
Specifies whether or not the specified directory exists in the current directory. |
Notes |
None |
Example Code |
var exists:Boolean = myFTP.dirExists("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 |