Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Sorry... | 52 comments | Create New Account
Click here to return to the 'Sorry...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Sorry...
Authored by: noworryz on Mar 09, '03 11:52:58PM

A custom directory view's picture location is kept in the .DS_Store file in the directory's parent directory. As of March 2003, there are no tools to modify this file and no Applescript support for this option. The file format is Apple proprietary.

For the "all windows" default view, the information is in ~/Library/Preferences/com.apple.finder.plist. You could perhaps write a program to send the Finder a "Quit" Apple event, write this file, then re-start the Finder. (The file is in XML format.) It would be a lot of work and the result would be very intrusive to someone using the machine.

Probably your best option is to wait for better Finder Applescript support.



[ Reply to This | # ]