get folder-path from file-path

  • Thread starter Thread starter John A Grandy
  • Start date Start date
J

John A Grandy

I don't find .net lib method to return the folder-path of a file-path.

I'm probably not looking hard enough ... I've checked the
System.IO.File,Path,Directory libs
 
I don't find .net lib method to return the folder-path of a file-path.

I'm probably not looking hard enough ... I've checked the
System.IO.File,Path,Directory libs

Look at the FileInfo class.
 
Back
Top