- [ ] Path("~") -> Path("/home/user") - [ ] Path("~/.config/foo") -> Path("/home/user/.config/foo") - [ ] Path("~user2") -> Path("/home/user2") - [ ] Path("~custom_home_user") -> Path("/var/www") see std.path.expandTilde and reading /etc/passwd or using the functions from the core.sys module thingy on windows its a bit more complicated