Enumerating folders/files in dmg without mounting it & selective file extraction
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=ZZWO3T9ed2d4SxVhKLp9Dzg6HNHz7XvFNJJ93i2wjB4=; b=KIcQaYOmeeMEvvpKJx6Jh7vhk6POYzHozh7LfYHK9k2TqTPiqiBD5T3QvddSXT2FqH kXuSc2sbKdkLMDX68k9SHFxRy2GyPd20k8OZ/Ct40KB7YwsZHfLeRLWQ4AS8Qd0GOMeD iS/qjj/D0A4Gj40Ovu9EDEyoZNVLiF4YA8/QY= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=r/7nSrqO/hpjbNTpePrPZzyVRuQactoPNOdEzaWWFKgYaKu1fdmgSiKoufTQlOw6jQ 8MI9lijcKERdyfOot4L4e9/TBdQO3kvTHdaSjHoisg4pQ7vCquSP4o3z8tBLLgh4kG5n zwyvmqyExtZKfqSzkOgLwb9cEcBH8swFEeXMM= Hi, In my application, I am browsing to an user selected dmg file, mount it (using 'hdiutil attach') , validate it for required custom folder structure (enumerating the folder structure) & file data, unmount it (using 'hdiutil detach') and return the results back. The process takes a bit time to mount/unmount dmg files. I am looking to reduce the time required. Is there a way out to enumerate the dmg folder structure without mounting it & options to selectively extract a single file from dmg (something analogus to zip files)? will it improve the performance? Please suggest. Thanks, Sachin _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Sachin Porwal