myVar = "D:\\mainfolder\\subf1\\subf2\\subf3\\file.txt";
How can I get file.txt conveniently in .NET 2.0 with C#?
What I know is split with \\ and try to get the last member.
Thanks.
|
feedback
|
should return Linking Path's class documentation on MSDN. Has many other convenient methods. | |||||||||||||||||||
feedback
|
| |||||||||||||||
feedback
|