I’m developing an app that involves reading the user’s iTunes XML library. Currently, it uses this to get that path:
iTunesApp app = new iTunesApp();
string xmp = app.LibraryXMLPath;
…which results in iTunes opening when iTunesApp is constructed. Is there a static path to the library, or a more easier way to access it?
Although I am certain they can be moved, here is what Apple has to say on the topic:
Hope that helped…