mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
simple fix for 'del foo' where foo is a folder.
svn path=/trunk/; revision=17807
This commit is contained in:
parent
f586d22df5
commit
6b218f4e59
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ DeleteFiles(LPTSTR FileName, DWORD* dwFlags, DWORD dwAttrFlags)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
GetFullPathName (FileName,
|
GetFullPathName (szFileName,
|
||||||
MAX_PATH,
|
MAX_PATH,
|
||||||
szFullPath,
|
szFullPath,
|
||||||
&pFilePart);
|
&pFilePart);
|
||||||
|
|
Loading…
Reference in a new issue