Appearance
Windows to macOS Path Map
| Windows | macOS | Notes |
|---|---|---|
C:\Users\you | /Users/you or ~ | ~ is shorthand for your home folder |
C:\Program Files | /Applications | GUI apps go here |
C:\Windows | /System | Read-only on macOS |
C:\Users\you\AppData | ~/Library | Hidden by default |
C:\Users\you\Downloads | ~/Downloads | Same concept |
D:\ or E:\ | /Volumes/DriveName | External drives mount here |
\\server\share | /Volumes/share | Network drives mount here too |
| Registry | Property list files (.plist) | In ~/Library/Preferences/ |
%TEMP% | /private/tmp or $TMPDIR | Cleared on restart |