DeleteDirectory
Deletes a directory from the computer’s file system.
Syntax
-
DeleteDirectory(s)
-
s
is a string
-
Description
If s
is a fully-qualified path to a directory, then DeleteDirectory(s)
attempts to delete this directory. It is only possible to delete empty directories.