L Lou Jul 18, 2005 #1 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
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
S Siva M Jul 18, 2005 #2 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
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