Re: Quickest way to find a package's file?
- To: mathgroup at smc.vnet.net
- Subject: [mg116183] Re: Quickest way to find a package's file?
- From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
- Date: Fri, 4 Feb 2011 01:40:15 -0500 (EST)
- References: <iie000$bik$1@smc.vnet.net>
No need to evaluate Get. Just evaluate FileNames["ANOVA", $Path] Out[147]= {"C:\\Program Files\\Wolfram \ Research\\Mathematica\\8.0\\AddOns\\Packages\\ANOVA"} Replace ANOVA with your package name. Cheers -- Sjoerd On Feb 3, 11:28 am, kj <no.em... at please.post> wrote: > After evaluating Get["Foo`"], what's the quickest way to find the > full path to the Foo.m file? > > Thanks! > > ~kj