procedure DefaultMakeDirectory(SFTPSessionInfo: TScSFTPSessionInfo; const Path: string; var Error: TScSFTPError); virtual;
Description
Call the DefaultMakeDirectory method to create a new directory.
Parameters:
• | SFTPSessionInfo - contains the information about the current SFTP session. |
• | Path - specifies the directory to be created. |
• | Error - returns the information about an error that can arise when creating a directory. |
See also