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

ZlpPathHelper.GetFileNameWithoutExtension #4

Closed Fsamot closed 9 years ago

Fsamot commented 10 years ago

The GetFileNameWithoutExtension method works a bit different that the System.IO.Path one.

For path @"C:\Directory\File" the method returns an empty string while the System.IO.Path one returns "File".

UweKeim commented 10 years ago

Thanks, @Fsamot I do think I'll keep it this way, since it sounds more reasonable to me.