MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Export: Where is exported file?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37817] Re: [mg37778] Export: Where is exported file?
  • From: Kirk Reinholtz <kirk.reinholtz at jpl.nasa.gov>
  • Date: Wed, 13 Nov 2002 01:13:36 -0500 (EST)
  • References: <200211120813.DAA29104@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

You want SetDirectory[].  It's like "cd" on unix.

DGolber wrote:
> 
> When I do
> 
> Export["picture.pdf", pict]
> 
> the file picture.pdf ends up in the directory
> 
> C:\Program Files\Wolfram Research\Mathematica\4.0
> 
> I can see how to alter this by putting the full name of the file in the
> notebook,    The "Get File Path" even makes this somewhat easy.
> 
> But is there a settable Option or Preference governing the interpretation of
> "filename" in Export[filename,data]?
> 
> In particular, I would like to be able to tell it to put the file in the
> Directory that the notebook came from.
> 
> Doe Microsoft Windows have a notion of current directory?
> Dave Golber


  • Prev by Date: Re: How can I send output data to a new notebook or window?
  • Next by Date: Scaled PostScript output without margins
  • Previous by thread: Export: Where is exported file?
  • Next by thread: Re: Export: Where is exported file?