Quantcast
Channel: Xamarin.Mac — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 1429

How to get Apple Photos details - C#

$
0
0

Hi there,

I have few queries:

1) How can I find apple photos path details in Mac using C# (Xamarin.Mac Application)?
2) I need to get full path details of Apple Photos, i have tried to find by - Photos Library.photoslibrary/Database/apdb/Library.apdb but this .apdb file doesn't exist.

I have tries like this to find location:

string PhotosLocation = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyPictures), "Photos Library.photoslibrary/Database/apdb/Library.apdb");

But no luck. Any pointers will be much helpful.
Thanks.


Viewing all articles
Browse latest Browse all 1429

Trending Articles