StorageHelperDeleteOldFiles Method (DirectoryInfo, DateTime, Boolean) |
Deletes files older than specified time from the file system.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax public static void DeleteOldFiles(
DirectoryInfo dir,
DateTime olderThan,
bool deleteEmptyFolder = true
)
Parameters
- dir
- Type: CMS.IODirectoryInfo
Directory to process - olderThan
- Type: SystemDateTime
Limit time for deletion of a file - deleteEmptyFolder (Optional)
- Type: SystemBoolean
Indicates if the specified folder should be deleted if there are no files left at the end
See Also