Authors: Martin Fuchs <martin-fuchs@gmx.net>, Ge van Geldorp <ge@gse.nl>
authorAlexandre Julliard <julliard@winehq.org>
Wed, 21 Jan 2004 23:50:26 +0000 (23:50 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 21 Jan 2004 23:50:26 +0000 (23:50 +0000)
commitaa43d0162743b880f59343a1226f2938d45f7d6b
treed77472c4eac1709e1effc2f8532c0f2b57f87fa4
parentff466b177fb6a3e89dd9a2a29234f867455386ff
Authors: Martin Fuchs <martin-fuchs@gmx.net>, Ge van Geldorp <ge@gse.nl>
Reimplementation of SHGetPathFromIDListA/W() using the new helper
functions SHELL_GetPathFromIDListA/W(). The new implementation avoids
using IShellFolder::GetDisplayNameOf(), so that it
- returns the absolute file system path, not relative to the dekstop
- returns FALSE as error code if the path can not converted in a valid
  file system path
- doesn't return virtual CLSID paths
dlls/shell32/pidl.c
dlls/shell32/pidl.h