C# string question

Started by
0 comments, last by Mike.Popoloski 15 years, 4 months ago
Ok, I have a String that is holding a path and filename something like... C:\mystuff\myfolder\myfile.txt I dont know much about the String type so I was wondering how I could get just the filename 'myfile.txt' from the entire path? Is there any certain easy way to do this, or do i need to make my own parser to do this? Thank you
Advertisement
Path.GetFileName
Mike Popoloski | Journal | SlimDX

This topic is closed to new replies.

Advertisement