Should I take this as a hint that we should no longer deal with tilde expansion […]?
That depends on your goals. As Tia Lapis said, you can continue down this road if you want to, but whether you should depends on what you’re actually doing with these paths. For example:
If you’re building a command line tool for OS X, it makes perfect sense to implement tilde expansion in situations where the shell doesn’t do that for you.
OTOH, an app would typically be better served by using a relative bookmark.
OTOOH, if you’re creating an app that’s specifically targeted at technical folks, tilde expansion may still be appropriate.
Share and Enjoy
—
Quinn "The Eskimo!"
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"