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

Memes

45623 readers
898 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
[–] Dave_r@reddthat.com 5 points 1 year ago* (last edited 1 year ago)

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.