• 0

get path portion of a file


Question

1 answer to this question

Recommended Posts

  • 0

System.IO.Path.GetDirectoryName gets the name of the directory the file is in.

System.IO.Path.GetFullPath gets the full path of the file (excluding filename)

System.IO.Path.GetPathRoot gets the root directory for the file.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.