relative path

  • Thread starter Thread starter Stephen Haunts
  • Start date Start date
S

Stephen Haunts

Is there anything in the .net framework that will let me specify a path and
a file name and return that filename relative to the original path.

Steve
 
string s =
System.IO.Path.GetFullPath(System.IO.Path.Combine(@"d:\temp",@"..\abc"));
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top