* On Sat, 16 Jul 2005, Saulius Krasuckas wrote:
>
> When I operate with "c:\nonexist_subdir" and "c:\\nonexist_subdir"
...
> then I get two different codes:
> * for the first one HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND),
> * for the second one E_FAIL.
...
> Do someone know, how native IShellFo
When I operate with "c:\nonexist_subdir" and "c:\\nonexist_subdir"
filenames in Wine and in NT5, most of API functions set the same
LastError. That functions are:
OpenFile()
CreateFileA()
SetCurrentDirectoryA()
FindFirstFileA()
GetFileAttributesA()
But if I call this:
IShellFolder_ParseDisplay