EssentialCSharp
EssentialCSharp copied to clipboard
Switch Listing 9.16 to be cross-platform
Listing 9.16 uses a FileAttributes.Hidden enum which doesn't work on Linux. Update the sample to work on Linux.
Proposals on what change to make are welcome.
As @COsborn2 points out, there is likely no FileAttribute value, we should swap out the entire example for something that is cross-platform.