UweKeim / ZetaLongPaths

A .NET library to access files and directories with more than 260 characters length.
https://nuget.org/packages/ZetaLongPaths
MIT License
141 stars 28 forks source link

CreateFileHandle for asynchronous FileStream #19

Closed lightbringor closed 6 years ago

lightbringor commented 6 years ago

Added option to initialize SafeFileHandle with the Overlapped attribute to use it for creating FileStream objects suitable for ReadAsync/WriteAsync. Without this options set, creating a FileStream with isAsync == true will throw an exception.