Arlodotexe / OwlCore.Storage

The most flexible file system abstraction, ever. Built in partnership with the UWP Community.
16 stars 4 forks source link

Release 0.12.1 #81

Closed Arlodotexe closed 2 days ago

Arlodotexe commented 2 days ago

[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.