mirror of
https://github.com/reactos/reactos.git
synced 2025-04-03 20:21:17 +00:00
[CMD] "del /s directory" command doesn't show the directories or files names in the confirmation message (#680)
CORE-14059
This commit is contained in:
parent
80bac79070
commit
706a1c5132
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ DeleteFiles(LPTSTR FileName, DWORD* dwFlags, DWORD dwAttrFlags)
|
|||
|
||||
if (!((*dwFlags & DEL_YES) || (*dwFlags & DEL_QUIET) || (*dwFlags & DEL_PROMPT)))
|
||||
{
|
||||
ConOutPrintf (_T("Delete %s, "),szFileName);
|
||||
res = FilePromptYNA (STRING_DEL_HELP2);
|
||||
if ((res == PROMPT_NO) || (res == PROMPT_BREAK))
|
||||
return 0x80000000;
|
||||
|
|
Loading…
Reference in a new issue