FTP Object
 
Syntax
 
FTP.GetCurrentDirListing(Pattern As String) As String
 
Description
Returns (in XML format) the files and directories in the current directory matching the pattern. Passing "*.*" will return all the files and directories.
 
Parameter
Description
Pattern
String, the wildcard pattern for files and directories.
See Also