Home | Info | Community | Development | myReactOS | Contact Us
[protected, virtual]
Reimplemented from Entry.
Definition at line 240 of file winfs.cpp.
{ CONTEXT("WinEntry::create_absolute_pidl()"); TCHAR path[MAX_PATH]; if (get_path(path, COUNTOF(path))) return ShellPath(path); return ShellPath(); }