Arlodotexe / OwlCore.Storage

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

Combined file & folder flags to make flag checks simpler #65

Closed itsWindows11 closed 1 week ago

Arlodotexe commented 1 week ago

Using bytes.MaxValue ensures that all current and future flag values in this enum are covered by All, without manually specifying them.

See the docs here, note how they use numbers to represent combinations of flags.