Version History
2014-07-10 (Version: 2.0.1.0)
- Based on feedback, I've re-added the QuickIO class
Please have understanding that it is not possible that the signatures of the EnumerateXYZ method could be applied to 1:1.
2014-07-06 (Version: 2.0.0.0)
- Replaced changelist file with Markdown menu supported by sharpDox
- Formatted license file
- Added new class QuickIOShareInfo
- Added methods for enumerate network shares
- Added new class QuickIOFileCompare to compare files
- Integrated all methods as Async()
- Added Directory Compress support by using .NET 4.5 FileCompress
- Added File Compress by GZipStream
- Native Name Filter support in all EnumerateXYZ() methods
- Added general disk information call (total bytes, free bytes of network shares and local disks)
- Removed doubled methods from class QuickIO. Please Use QuickIOFile or QuickIODirectory classes.
2014-05-28 (Version: 1.0.6.0)
- Fixed Start()-Error in QuickIO FileCopyService
2014-04-24 (Version: 1.0.2.0)
- Fixed Directory delete error: sometimes filesystem returns incorrect folder order and removing fails then
- QuickIODirectoryInfo now support share root
- QuickIOEnumerationOptions now supported by all enumeration methods
2014-04-14 (Version: 1.0.1.0)
- Added QuickIOEnumerationOptions to handle exception in enumerations
- Added QuickIODirectory.Copy()
- Added some null and empty checks
- Optimized directory delete
- Fixed directory exists error on network share root timeout
2014-04-07 (Version: 1.0.0.1)
- Fixed EnumerateFiles-Exception if search in all sub dirs too
2014-04-05 (Version: 1.0.0.0)
2014-01-23
- Started new project QuickIO.NET