FileSystem.Delete(StringArray, Variable) Method |
Top |
DescriptionDeletes the specified files and/or directories contained within the StringArray paths. If a path is a directory, all files and subfolders within will be deleted, recursively. If allowMissing is true, any missing files or directory will be skipped. An error will be reported if the delete operation is unsuccessful. Returns the list of files deleted.
Timing Precision Mode This page describes functionality in nanosecond timing precision mode. Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
Arguments
Return Value
Returns a StringArray populated with the names of the files and directories which were deleted.
Syntax
See also
|