'''
.libPaths()
"""
gives:
[1] "C:/Users/Theuns/Documents"
[2] "C:/Users/Theuns/AppData/Local/R/win-library/4.5"
[3] "C:/Program Files/R/R-4.5.1/library"
In the Files tab (bottom right in Rstudio) I can Create files/folders and access files like "desktop.ini" but "My Music" "My Videxs" etc gives "File Listing error" and Error navigating to ~/My Music. In Win 11 the actual path is ~/Music and is redirected by Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders with Name "My Music" Type "REG_EXPAND_SZ" and Data "%USERPROFILE%\Music"
I've tried fixing this with various scripts but was not able to.
Any help or perhaps a fix by the devs?