mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
@@ -382,6 +382,9 @@ SHExplorerParseCmdLine(ExplorerCommandLineParseResults * pInfo)
|
||||
{
|
||||
// Or just a plain old string.
|
||||
|
||||
if (PathIsDirectoryW(strField))
|
||||
PathAddBackslash(strField);
|
||||
|
||||
WCHAR szPath[MAX_PATH];
|
||||
DWORD result = GetFullPathNameW(strField, _countof(szPath), szPath, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user