Removes a directory on the remote FSP host.
procedure RemoveDir( const ADirName: string );
Parameters |
Description |
ADirName |
Directory to delete on the remote FSP host. |
RemoveDir is a procedure used to delete or remove the directory specified in ADirName on the remote FSP host. RemoveDir calls the SendCmd method using the FSP CC_DEL_DIR command and the value specified in ADirName to peform the request.
Calling RemoveDir can result in an EIdFSPProtException exception being raised if the specified directory does not exist on the remote FSP host, or when the user does not have permissions to remove the directory.
Exceptions |
Description |
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |