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
 
Back
Top