xml Posted September 9, 2004 Share Posted September 9, 2004 hi i already made a function that returns this but wanted to know if .net has a built in function so i can dump mine and use the .net one. tia Link to comment Share on other sites More sharing options...
0 smurfiness Posted September 9, 2004 Share Posted September 9, 2004 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 More sharing options...
Question
xml
hi i already made a function that returns this but wanted to know if .net has a built in function so i can dump mine and use the .net one. tia
Link to comment
Share on other sites
1 answer to this question
Recommended Posts