Name | FTPit_LocalDeleteDir |
---|
Description | This function allows you to delete a folder from your local computer. Note, the folder must be empty before it can be deleted.
|
---|
Return Type | Text |
---|
Format | FTPit_LocalDeleteDir ( Dir ; DeleteContents ) |
---|
Required Parameters | Dir The Path of the Local Directory to Remove. (Can be a Full Path, a Relative Path, or a Directory Name in the Current Local Directory.)
|
---|
Optional Parameters | - DeleteContents
If True, the contents of the directory will be deleted first. [Default is False, which will cause the function to fail if the directory is not empty.]
|
---|