Re: How to find out which directory a .m file is loaded from?
- To: mathgroup at smc.vnet.net
- Subject: [mg38928] Re: How to find out which directory a .m file is loaded from?
- From: "Steven Shippee" <slshippee at attbi.com>
- Date: Mon, 20 Jan 2003 00:45:17 -0500 (EST)
- References: <b0ddnb$i9e$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Your "*.m" file normally is saved and resides in what ever specific directory your notebook was opened and resides in. One way to tell is to go to open the notebook in question and do a "file" "save as" and you should be able to tell what location you are working in from the displayed path information. shippee at jcs.mil "John Harper" <jharper at cisco.com> wrote in message news:b0ddnb$i9e$1 at smc.vnet.net... > I'd like, in a .m file for a package, to be able to know what directory > the .m file is being loaded from, so I can search in the same place > (or subdirectories) for related files. I've looked through everything > to do with directories I can find in The Book, but I can't find anything > that looks as though it would help. > > Anyone know how to do this? Thanks in advance... > > John > > >