AutoHotkey / AutoHotkeyDocs

Documentation for AutoHotkey
https://autohotkey.com/
380 stars 776 forks source link

Clarify that FileDelete permanently deletes #683

Closed zachpoblete closed 8 months ago

zachpoblete commented 9 months ago

I used FileDelete and thought the file would go to the recycle bin. I only learned that FileDelete permanently deleted the file when I learned FileRecycle existed.

FileRecycle mentions that it may permanently delete the file if it's not possible to recycle, yet FileDelete has no mention of the word permanent.

Clarifying this will prevent a lot of people from making the same mistake.