开发者

How i locate itunes media folder location using com.itunes.plist

开发者 https://www.devze.com 2023-01-07 06:18 出处:网络
I need to access the media folder location of itunes thats set in iTunes-Prferencces-Advanc开发者_如何学Goed through com.itunes.plist.

I need to access the media folder location of itunes thats set in iTunes-Prferencces-Advanc开发者_如何学Goed through com.itunes.plist.

Please help me

Thanks


The location of the media folder is stored under the key "alis:11345:Music Folder Location". The value stored under that key is a data blob containing the contents of an AliasHandle. For a Cocoa wrapper to deal with alias data, take a look at the open source BDAlias class. That will let you create an alias from the data blob, and then resolve the alias to find the underlying path to which it refers.

0

精彩评论

暂无评论...
验证码 换一张
取 消