NAME
DeleteEverythingInDirectory — Deletes contents of directory, all files and subdirectories.
SYNOPSIS
DeleteEverythingInDirectory TargetDirectoryPath
DESCRIPTION
Return Value
None.
Arguments
TargetDirectoryPathPath of directory to delete contents of.
More Info
Note that this command will not delete the directory itself.

For information regarding exceptions / errors, see here.
EXAMPLES
% mkdir MyDir
% String2File one MyDir/one.txt
% DeleteEverythingInDirectory MyDir
% file exists MyDir/one.txt
0
SEE ALSO
CopyEverythingInDirectory, file, glob
KEYWORDS
directory, file