mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00: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.
|
// Or just a plain old string.
|
||||||
|
|
||||||
|
if (PathIsDirectoryW(strField))
|
||||||
|
PathAddBackslash(strField);
|
||||||
|
|
||||||
WCHAR szPath[MAX_PATH];
|
WCHAR szPath[MAX_PATH];
|
||||||
DWORD result = GetFullPathNameW(strField, _countof(szPath), szPath, NULL);
|
DWORD result = GetFullPathNameW(strField, _countof(szPath), szPath, NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue