You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fs::path_dir("~")
#> "C:/Users/username", should be C:/Users# using fs::path() doesn't helpfs::path_dir(fs::path("~"))
#> "C:/Users/username", should be C:/Users
A workaround is this (if you know that your file exist.
fs::path_dir(fs::path_real("~"))
#> C:/Users
Cheers
if HOME != FS_HOME
The text was updated successfully, but these errors were encountered:
A workaround is this (if you know that your file exist.
Cheers
if HOME != FS_HOME
The text was updated successfully, but these errors were encountered: