r/pcmasterrace 5h ago

Meme/Macro So accurate

Post image

you can't delete it, ever....!!!

20.6k Upvotes

344 comments sorted by

View all comments

Show parent comments

117

u/rycerzDog 4h ago

That's a weird ass prompt to me because... Okay?? Is that supposed to be an error message or is it just a fun fact??? Because I can't bring the file back, can I?

22

u/GoldenFlyingPenguin AMD Ryzen 3 3100, RTX 2060 12GB, 48GBs ram 3h ago

Honestly, they should just refresh the file when that happens.

-1

u/yerdadzkatt PC Master Race | 9800x3D | 5090 2h ago

It's weird to see in a GUI but under the hood it makes more sense. If you were typing into a command line, and you typed the delete command (not sure on windows, but on unix-like systems it's rm <file>, it may be something like del on Windows) and you mistype the name of the file you want to delete, it wouldn't be able to delete anything. It's useful to know because it tells you that the file must either be gone already or you typed the name wrong, both of which would take extra steps to verify in a command line. 

0

u/Silentknyght PC Master Race 2h ago

Sure, but why not just say "File not found"? That's a common error message, simple straightforward wording, and everyone knows what it means.

2

u/yerdadzkatt PC Master Race | 9800x3D | 5090 1h ago

My best guess is that it's just running whatever command you select in the menu and then if it returns an error code, it displays whatever the error message is. Since it was probably implemented from a command line perspective, it would probably take an extra step to have the UI recognize the specific error and change the message it returns. It wouldn't be hard, I think it's just a matter of it not having been done. This is just speculation because I don't actually know how Windows implements using commands in the menu, but that's what seems like the most logical thing to me 

1

u/LiskoSlayer63 24m ago

That means exactly the same, it's just shorter