I'm trying to get the full path of a file that was added to the treeView. When I use
the path of the file says that it is in the Visual Studio 2008\Projects\SharpHTML\SharpHTML\bin\Debug\index.html directory, where the actual file is on my desktop and not in that directory. How do I get the actual path? Thanks
Code:
Path.GetFullPath(e.Node.Text)