win32api
.GetFullPathName
string =
GetFullPathName(
fileName
)
Returns the full path of a (possibly relative) path
Parameters
fileName
: string
The file name.
Comments
Please use
win32file::GetFullPathName
instead - it has better Unicode semantics.