View Single Post
Posts: 183 | Thanked: 115 times | Joined on Nov 2007 @ Seattle, WA
#113
Originally Posted by Greyghost View Post
I used both the file manager and xterm to poke around, but am not sure where to find "~/.numptyphysics/"...dumb question I know but help would be appreciated, thanks.
You might need to create the folder. "~" is your home directory (\home\user), the default location when you open xterm. Just open xterm and type
Code:
cd .numptyphysics
If it returns an error, then type
Code:
mkdir .numptyphysics
After you have saved a level, you can enter the directory and check if the file is there
Code:
cd .numptyphysics
ls
or move the level to another location if you want to share it, e.g.
Code:
cd .numptyphysics
mv * /media/mmc1
(to move it to the external card). Use cp instead of mv if you want to copy it to another location.
 

The Following 2 Users Say Thank You to baksiidaa For This Useful Post: