procedure SetAttributesByHandle(const Handle: TScSFTPFileHandle; Attributes: TScSFTPFileAttributes);
Description
Call the SetAttributesByHandle method to set the attributes for a previously opened file.
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:
• | Handle - a handle previously returned in the response to OpenFile or OpenDirectory. |
• | Attributes - object, that specifies the modified attributes to be applied. |
See Also