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