MathGroup Archive 2011

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

Search the Archive

Workbench question: Is there a $WorkbenchCurrentWorkingDirectory

  • To: mathgroup at smc.vnet.net
  • Subject: [mg118131] Workbench question: Is there a $WorkbenchCurrentWorkingDirectory
  • From: Ted Sariyski <tsariysk at craft-tech.com>
  • Date: Wed, 13 Apr 2011 05:55:07 -0400 (EDT)
  • References: <201104120955.FAA18674@smc.vnet.net>

Hi,
When I copy a Workbench project to different location, e.g. from P:\ to 
Q:\, I have to manually modify a line in my code:
WorkBenchDir=FileNameJoin[{"P:","WorkBench","myProject"}];
to
WorkBenchDir=FileNameJoin[{"Q:","WorkBench","myProject"}];
I guess that when I run Workbench with a new location Workbench keeps 
the location internally. Where can I find the variables WorkBench 
exports to Mathematica?

Thanks in advance,
--Ted




  • Prev by Date: Polygon Data to Graph
  • Next by Date: irritating behaviour of the interface (Mathematica 8.0.0, Ubuntu 64b)
  • Previous by thread: Re: time series
  • Next by thread: Possible bug in UTF-8 decoding (Import)