Deletes a folder at the current path. This is determined by CurrentFolder.
class procedure DeleteFolder(const Name: String); static;
Parameters |
Description |
const Name: String |
the name of the folder to delete. |
The folder must be empty for this command to succeed.
Copyright (c) 2012. All rights reserved.
|