- cross-posted to:
- programmer_humor@programming.dev
- programmerhumor@lemmy.ml
- cross-posted to:
- programmer_humor@programming.dev
- programmerhumor@lemmy.ml
cross-posted from: https://lemmy.world/post/25005978
cross-posted from: https://lemmy.world/post/25005978
Old Mac OS before Mac OS X used
:
as path separatorMacintosh HD:Users:yourUserName:Desktop:My File.txt
. It’s still used for AppleScript. Converting from and to POSIX paths using/
happens pretty regularly when writing AppleScript nowadays.That’s also the reason why
:
is still an illegal character to use for file names on macOS.