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

Typo in readme #21

Closed anders-eriksson closed 6 years ago

anders-eriksson commented 6 years ago

There is a typo in the sample code in the readme

var folderPath = new ZetaDirectoryInfo( @"C:\My\Long\Folder\Path" );

ZetaDirectoryInfo is not found! but ZlpDirectoryInfo is!

Guessing some refactoring has been done ;-)

Thanks for a really nice library!

UweKeim commented 6 years ago

Fixed, thank you for finding and mentioning the issue.