222 Views
When you walk a directory getting file names you get a file name with its extension: file1.txt, file2.txt, file3.txt. How better to get file names without file extensions file1, file2, file3?
0 comments
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
When you walk a directory getting file names you get a file name with its extension: file1.txt, file2.txt, file3.txt. How better to get file names without file extensions file1, file2, file3?