mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
parent
63a0ac0461
commit
c64d31e9b8
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue