Re: Directory[]
- To: mathgroup at smc.vnet.net
- Subject: [mg96165] Re: Directory[]
- From: Francesco <b.gatessucks at gmail.com>
- Date: Sat, 7 Feb 2009 03:39:30 -0500 (EST)
- References: <gmgv05$33b$1@smc.vnet.net>
Use NotebookDirectory[] -Francesco hmalissa wrote: > Directory[] gives the name of the Mathematica working directory. > Is there a possibility to get the name of the directory in which the > notebook file is located? > For example: I neet to import data files into Mathematica, and the > data files are located in the same directory as the notebook file > itself. If I use absolute pathnames, importing will not work if the > notebook and the data files are moved to a different directory. >