|
[Date Index]
[Thread Index]
[Author Index]
Re: change $UserDocumentsDirectory
- To: mathgroup at smc.vnet.net
- Subject: [mg76386] Re: change $UserDocumentsDirectory
- From: Bill Rowe <readnewsciv at sbcglobal.net>
- Date: Mon, 21 May 2007 05:57:42 -0400 (EDT)
On 5/20/07 at 2:26 AM, murray at math.umass.edu (Murray Eisenberg)
wrote:
>Is there an OS environment variable that can be used to change
>$UserDocumentsDirectory?
Wouldn't it be simpler and just as effective to put
Unprotect[$UserDocumentDirectory]
$UserDocumentDirectory="..."
Protect[$UserDocumentDirectory]
in your init.m file?
--
To reply via email subtract one hundred and four
Prev by Date:
Solve and Piecewise Functions
Next by Date:
Add On Packages
Previous by thread:
Re: Re: Re: Re: change $UserDocumentsDirectory
Next by thread:
Re: Re: change $UserDocumentsDirectory
|