Re: Export Directory
- To: mathgroup at smc.vnet.net
- Subject: [mg33421] Re: Export Directory
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 21 Mar 2002 09:26:58 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <a79brk$7sj$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, it is placed in the *current* directory. You can use SetDirectory[] before you Export[] anything or you can give the full path in the file name, on my unix box I have to type Export["/export/home/kuska/TheSavedFile.eps",gr,"EPS"] on a Windows machine Export["c:\\Documents\\kuska\\TheSavedFile.eps",gr,"EPS"] Regards Jens Joel Storch wrote: > > When using the "Export" command to save an eps > file, it lands up in the "Mathematica 4.0 Files" > directory (folder). How do I direct the file to > another destination ?