SFTP Object
 
Syntax
 
SFTP.RemoveDir(path As String) As Long
 
Description
Deletes a directory on the remote server. Most (if not all) SFTP servers require that the directorybe empty of files before it may be deleted.
 
Returns 1 for success, 0 for failure.
 
See Also