View Single Post
  #8  
Old 02-04-2007, 08:46 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by excaliber7388 View Post
Why do they use a .graal folder anyway?
I renamed it, but I'm willing to bet that's a bad idea.
Just another incompatibility I don't want to have to deal with. (With Graal, that is)
It's quite a UNIX-styled thing. If you simply rename the folder, then you'll just have moved the files and you'll get another .graal folder created when you next start the program.

I guess if you want to move it to your user's Library folder, open up Terminal and do the following:
HTML Code:
mkdir ~/Library/Graal
mv ~/.graal/graal4/* ~/Library/Graal/
rm -rf ~/.graal/graal4
ln -s ~/Library/Graal ~/.graal/graal4
__________________
Skyld
Reply With Quote