views:

95

answers:

2

Is there any alternative way to get a full path of a file without using Path.GetFullPath method?

A: 

Check BCL Team Blog

There are links to parts 2 and 3

MaLio
A: 

Able to resolve it using GetFullPathName function.

http://msdn.microsoft.com/en-us/library/aa364963%28VS.85%29.aspx

Thanks

John