this post was submitted on 12 Aug 2023
1037 points (93.5% liked)

Memes

44094 readers
2418 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 10 months ago* (last edited 10 months ago) (1 children)

Once upon a time windows had absolute pathing. When you saved, it went in the directory you were in out where you told it.

Some time ago windows went to path relative to user. So now when you save to 'desktop' it could be one of several desktop folders. Windows tries to hide this by mapping 'desktop' to your user relative desktop, but it does this at the application level rather than in the base O/S. (Or, it does it on extended file system APIs). Some apps handle it, some apps don't. If you have multiple users on a PC, it's a mess.

[โ€“] [email protected] 5 points 10 months ago

It gets further complicated by things like OneDrive. My mom was surprised a few weeks ago by how much stuff was being saved to the cloud instead of in a local folder, because Windows doesn't make it particularly obvious when one is in the local Documents, or the OneDrive Documents