Re: How can get the Path of current Notebook ?
- To: mathgroup at smc.vnet.net
- Subject: [mg58722] Re: How can get the Path of current Notebook ?
- From: mike_in_england2000 at yahoo.co.uk
- Date: Fri, 15 Jul 2005 14:14:04 -0400 (EDT)
- References: <db7nen$mn4$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi
Since I was interested in finding this out myself I did a bit of
googling and found the following command that should do the trick - but
I have not got Mathematica on the computer I am using at the moment so
its untested.
ToFileName[("FileName" /.
NotebookInformation[EvaluationNotebook[]])[[{1}]]]
Hope this helps
Mike