Re: Is there any environment variable for the directory containing the currently running source .nb file?
- To: mathgroup at smc.vnet.net
- Subject: [mg119084] Re: Is there any environment variable for the directory containing the currently running source .nb file?
- From: David Reiss <dbreiss at gmail.com>
- Date: Sat, 21 May 2011 06:49:00 -0400 (EDT)
?SetDirectory SetDirectory["dir"] sets the current working directory to dir. SetDirectory[] sets the current working directory to your "home" directory. --David On May 20, 6:39 am, ziyuang <ziyu... at gmail.com> wrote: > Or can I set the working directory to that one via some functions? I > searched the documentation but found nothing.