[Improvements]
8d176f915ba2adb525f6aae4e40fa3f06944f0b9 https://github.com/Arlodotexe/OwlCore.Storage/pull/79 Added the virtual keyword to all methods in SystemFile and SystemFolder, allowing consumers to extend these or adjust these methods in a custom derived implementation.
fe2205fe308df185411243b1c77bffa09e876f76 https://github.com/Arlodotexe/OwlCore.Storage/pull/79 Added SystemFile.FileShare and SystemFile.BufferSize properties for FileStream constructor parameters that were previously hardcoded.
[Improvements] 8d176f915ba2adb525f6aae4e40fa3f06944f0b9 https://github.com/Arlodotexe/OwlCore.Storage/pull/79 Added the
virtual
keyword to all methods inSystemFile
andSystemFolder
, allowing consumers to extend these or adjust these methods in a custom derived implementation.fe2205fe308df185411243b1c77bffa09e876f76 https://github.com/Arlodotexe/OwlCore.Storage/pull/79 Added SystemFile.FileShare and SystemFile.BufferSize properties for
FileStream
constructor parameters that were previously hardcoded.