simple fix for 'del foo' where foo is a folder.

svn path=/trunk/; revision=17807
This commit is contained in:
Brandon Turner 2005-09-11 20:26:36 +00:00
parent f586d22df5
commit 6b218f4e59

View file

@ -201,7 +201,7 @@ DeleteFiles(LPTSTR FileName, DWORD* dwFlags, DWORD dwAttrFlags)
}
}
GetFullPathName (FileName,
GetFullPathName (szFileName,
MAX_PATH,
szFullPath,
&pFilePart);