Parsing problem

klanda20

Member
Joined
Mar 22, 2006
Messages
9
Programming Experience
Beginner
Hi All,

I have a openfiledialog box that puts a user selected file path into a textbox. I would also like to parse this data to remove the path and simply have the name of the file in another text box.

Thanks
 
System.IO.Path.GetFilename(strFullPathFile)
 
Back
Top