3
2
The Windows 10 photo app allows you to save pictures to "Creations" such as photo albums. Where are these albums located in Explorer?
The implication from what I've read is that they are somewhere on the user's OneDrive - but I don't imagine the photos themselves are saved into an album, merely their filepaths. Either way I can't find this information.
Can I access the file paths associated with the images contained in one of these albums?
(NB, I don't want to upload to onedrive, I just want to know where the album data is saved on the machine usually, and whether I can access it from explorer or the command line say)
Should be
../Pictures/Camera Roll
. I assume you are talking about where the pictures taken by the UWP Camera application are stored. – Ramhound – 2018-01-16T17:10:13.5901@Ramhound No, I'm actually referring to pictures (say on my camera's memory card or in my documents), which I open with the Windows Photos App, add select
Add to creation
->album
. As far as I'm aware this doesn't move the photos themselves (maybe it copies them to the App's data somewhere), but I'm guessing it does create some sort of data file that associates those images with that album. I'd like access to this information if I can – Greedo – 2018-01-16T17:19:48.777Basically I'd like a list of photos in an album I created, and I can't see any option in the photo app's UI (other than laboriously uploading everything to OneDrive) that allows me to do this – Greedo – 2018-01-16T17:26:05.007
"maybe it copies them to the App's" - Instead of speculation, check if the data exist, and update your question. You failed to indicate you were using the Photos UWP application in your question. However, albums created by that particular application, are indeed stored within your OneDrive directory and synced to your account. – Ramhound – 2018-01-16T17:34:12.733
You can manually create an Album from the photos in a directory. "Folders" should indicate which folders the program is scanning. – Ramhound – 2018-01-16T21:08:17.633