procedure DefaultRemoveDirectory(SFTPSessionInfo: TScSFTPSessionInfo; const Path: string; var Error: TScSFTPError); virtual;
Description
Call the DefaultRemoveDirectory method to remove a directory. This method cannot be used to remove a file.
Parameters:
| • | SFTPSessionInfo - contains the information about the current SFTP session. |
| • | Path - specifies the directory to be removed. |
| • | Error - returns the information about an error that can arise when removing a directory. |
See also