mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
committed by
GitHub
parent
63a0ac0461
commit
c64d31e9b8
@@ -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