procedure MakeDirectory(const Path: string; Attributes: TScSFTPFileAttributes = nil);
Description
Call the MakeDirectory method to create new directory.
If the NonBlocking property is set to True, then control is returned at once and you can learn the result of the operation execution by handling the OnSuccess and OnError events.
Parameters:
• | Path - specifies the directory to be created. |
• | Attributes - specifies the attributes that should be applied to it upon creation (refer to TScSFTPFileAttributes). |
See Also