Path And ABse name

  • Thread starter Thread starter Lou
  • Start date Start date
L

Lou

How do i get the Basname and dir of a full name
Ex:
C:\MyDir\MyFile.txt"

i need the dir and the base file name?

-Lou
 
System.IO.Path.GetDirectoryName()
System.IO.Path.GetFileName()

How do i get the Basname and dir of a full name
Ex:
C:\MyDir\MyFile.txt"

i need the dir and the base file name?

-Lou
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top