Bruce Momjian wrote:
>Andrew Dunstan wrote:
>
>
>>Bruce Momjian said:
>>
>>
>>>On Win32, patch applied to return path if GetShortPathName() fails (no
>>>
>>>
>>short name, path does not exist), rather than returning nothing.
>>
>>
>>What made you choose this rather than GetFullPathName?
>>
>>
>
>Sure, we can do that. Does GetFullPathName() work if the path does not
>exist?
>
yes. see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/getfullpathname.asp
> How is it different from the path we pass to it? Aren't all
>those paths full already?
>
>
>
If they are then it probably doesn't matter.
cheers
andrew