حذف ملف واحد او مجموعه من الملفات. وهو الاسم المستعار للامر
Remove-Item
. هذه الوثائق تستند إلى إصدار سطر الأوامر (cmd
) منdel
. لمزيد من التفاصيل: https://learn.microsoft.com/windows-server/administration/windows-commands/del.
tldr remove-item
del {{file_pattern1 file_pattern2 ...}}
del {{file_pattern}} /p
del {{file_pattern}} /f
del {{file_pattern}} /s
del {{file_pattern}} /q
del /?
del {{file_pattern}} /a {{attribute}}