Nate, On Aug 21, 2008, at 11:33 AM, Nathaniel Gray wrote:
> Now considering that this is possible to do manually, it may also be > possible to automate it somehow via Applescript or poking at Finder's > config files. > > Cheers, > -n8 If you go for the automated route, don't touch Finder's config files. Even if it's a plist you can read and write, Finder is nearly always running, and you can make no assumptions about when Finder will write an in-memory copy out to disk, obliterating your changes. There's very likely a way to do this with more supported API. AppleScript is just one way to access scriptable apps; I think there's now an Objective-C interface to the same definitions, but you'd have to check the developer docs. - Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" group. To post to this group, send email to macfuse-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse-devel?hl=en -~----------~----~----~----~------~----~------~--~---