Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

where keeps iWeb its files

I cant find iweb in next folder:

~/Library/Application Support

I want to work on my website from 2 computers but cant find the domain file. I work with mac lion.

Posted on Jul 31, 2011 5:33 AM

Reply
3 replies

Jul 31, 2011 9:18 AM in response to michelfromvlaardingen

In Lion the Finder folder is now invisible. To make it permanetely visible enter the following in the Terminal applicaiton window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.


For opening your domain file in Lion for the first time or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an applicaiton.


Just launch the applicaiton, find and select the domain file you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.


do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"

delay 1

tell application "iWeb" to activate


OT

where keeps iWeb its files

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.