-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance robustness and introduce new features
- Implemented initial support for `/sort` argument in Namespace TTLAgent within Program.cs, indicating future sorting functionality. - Introduced `SafeEnumerateFiles` method in Program.cs to replace `Directory.EnumerateFiles` for improved exception handling, specifically targeting `UnauthorizedAccessException`. This method also supports enumerating files in subdirectories. - Updated exception handling in Program.cs by removing empty catch blocks and adding silent handling or logging, enhancing program stability. - Updated AssemblyInfo.cs version from `3.4.0.*` to `3.5.0.*`, preparing for a new release with added features and improvements. - Added `/compress` command-line parameter in Strings.resx, indicating a new feature for file compression using NTFS. - Modified TTLAgent.csproj by adding a `<SubType>` tag to `Strings.resx` resource, likely affecting IDE experience or resource handling.
- Loading branch information
Showing
4 changed files
with
76 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters