I am using this Rainmeter theme where I need to give the absolute path as a link. I know The Libraries in Windows are not actual folders but virtual paths. But is there a way I can find a location path that points to them?
Asked
Active
Viewed 2,227 times
2 Answers
0
Piggybacking off of @rockydgeekgod's answer, here are the paths expressed with Windows' %AppData% variable:
%AppData%\Microsoft\Windows\Libraries\
%AppData%\Microsoft\Windows\Libraries\Documents.library-ms
%AppData%\Microsoft\Windows\Libraries\Music.library-ms
%AppData%\Microsoft\Windows\Libraries\Pictures.library-ms
%AppData%\Microsoft\Windows\Libraries\Videos.library-ms
serendipity07
- 150
0
I found it. It seems like I cannot individually access the Pictures or the Music Library. But the path of Libraries as a whole is
C:\Users\USERNAME\AppData\Roaming\Microsoft\Windows\Libraries
Edit: Thanks to @akira here is the path of Documents library:
C:\Users\USERNAME\AppData\Roaming\Microsoft\Windows\Libraries\Documents.library-ms
rrrocky
- 131