GeoEco.DataManagement.Files.File.DeleteSilent
- classmethod File.DeleteSilent(path)
Deletes a file and logs a debug message rather than an informational message.
This method does the same thing as
Delete(), except it logs a debug message rather than an informational message. It is intended for use when the file-move operation is not imporant enough to warrent notifying the user (for example, when an output file is extracted from a temporary directory to the final location).- Parameters:
path (
str) – File to delete. Minimum length꞉ 1.