
11 Jun
2010
11 Jun
'10
12:26 a.m.
On 10 June 2010 15:22, John Dlugosz
Is there a function in the filesystem (TR2 proposal) that will take one path and return the fully qualified form? That is, what it resolves to now, applying any current-working-directory concepts. The Win32 API function I'm using now (with plain strings) is GetFullPathName.
I believe that's called system_complete: http://www.boost.org/doc/libs/1_43_0/libs/filesystem/doc/reference.html#Oper....