Closed Fsamot closed 9 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".
Thanks, @Fsamot I do think I'll keep it this way, since it sounds more reasonable to me.
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".