EssentialCSharp icon indicating copy to clipboard operation
EssentialCSharp copied to clipboard

Switch Listing 9.16 to be cross-platform

Open MarkMichaelis opened this issue 5 years ago • 1 comments

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.

MarkMichaelis avatar Feb 24 '20 23:02 MarkMichaelis

As @COsborn2 points out, there is likely no FileAttribute value, we should swap out the entire example for something that is cross-platform.

MarkMichaelis avatar Feb 24 '20 23:02 MarkMichaelis