Re: Export Directory
- To: mathgroup at smc.vnet.net
- Subject: [mg33452] Re: [mg33393] Export Directory
- From: Yas <y.tesiram at pgrad.unimelb.edu.au>
- Date: Thu, 21 Mar 2002 09:28:32 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi, Change your current working directory. To check for current working directory In[9]:=Directory[] Out[9]="Macintosh HD:Mathematica 4.0 Files" Use the same format as above to change the working directory with SetDirectory, In[10]:= SetDirectory["Macintosh HD:Users:yasvirat:Desktop"] Out[10]= "Macintosh HD:Users:yasvirat:Desktop" Cheers Yas On Wednesday, March 20, 2002, at 05:52 PM, 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 ? >