Deletes the complete Path recursevly.
*WARNING: * Deletes Everything in the Folder.
Example: deletePath('C:\\Test');
deletePath('C:\\Test');
This deletes all Files and Subfolders in the given Path. Furthermore the Folder Test itself is removed.
Generated using TypeDoc
Deletes the complete Path recursevly.
Example:
deletePath('C:\\Test');
This deletes all Files and Subfolders in the given Path. Furthermore the Folder Test itself is removed.
Export