Find NotebookDirectory
- To: mathgroup at smc.vnet.net
- Subject: [mg37367] Find NotebookDirectory
- From: Artūras Acus <acus at itpa.lt>
- Date: Fri, 25 Oct 2002 02:47:15 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Dear group I am looking for the simplest way to find EvaluationNotebook[] directory. The solution should work in all operating systems. For example solution bellow, works fine on Linux, but appears don't on Windows95/98 (Mathematica 4.1). StringDrop[DirectoryName[ToString[EvaluationNotebook[ ]]],17] Sincerely, Arturas Acus