OBEXFtpConnection.RemoveDirTree Method
Does recursive deleting of a specified directory tree.
[Visual Basic]
Protected Sub RemoveDirTree( _
ByVal
ADirName As
String _
)
[C#]
protected
void RemoveDirTree(
string ADirName);
Parameters
-
ADirName
- The name of the directory tree to delete.
See Also
OBEXFtpConnection Class | BlueLibs.Components Namespace