MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: problem accessing notebooks

  • To: mathgroup at smc.vnet.net
  • Subject: [mg87985] Re: problem accessing notebooks
  • From: Albert Retey <awnl at arcor.net>
  • Date: Mon, 21 Apr 2008 06:50:52 -0400 (EDT)
  • References: <fuc7ph$a04$1@smc.vnet.net> <fueev8$bfe$1@smc.vnet.net> <fuhfj9$itk$1@smc.vnet.net>

Peter Pein wrote:
> Jens-Peer Kuska schrieb:
> ...
>> what you do with SetDirectory[] is irrelevant for the package search.
> ...
> 
> This is not true for version 5.2.

It is true for every version of mathematica that I know of. But with the 
default settings ".", representing the current directory, is contained 
within $Path. So if that entry isn't deleted, SetDirectory will help, as 
you have observed. If you delete "." from $Path, SetDirectory will not 
help at all. Try your tests after doing this to see yourself:

$Path = DeleteCases[$Path, "."]


hth,

albert


  • Prev by Date: Re: Sorting 3 points
  • Next by Date: Re: Sorting 3 points
  • Previous by thread: Re: problem accessing notebooks
  • Next by thread: Re: problem accessing notebooks