Default location for WorkSets root DGN and Standards

We would like for our DGN and Standards folders to be stored out side of the WorkSets root location by default.  See image below.

WorkSetRoot folder always shows as under worksets even when I redefine it under my Workspace level.

_USTN_WORKSETROOT     = H:/Civil/ds1/$(_USTN_WORKSETNAME)/
_USTN_WORKSETDGNWS         = $(_USTN_WORKSETROOT)$(_USTN_WORKSETNAME).DGNWS
_USTN_WORKSETSTANDARDS     = $(_USTN_WORKSETROOT)$(_USTN_WORKSETSTANDARDSDIRNAME)/
_USTN_WORKSETDGNS          = $(_USTN_WORKSETROOT)$(_USTN_WORKSETDGNSDIRNAME)/
_USTN_OUT                  = $(_USTN_WORKSETROOT)$(_USTN_OUTDIRNAME)/

This doesn't work.

Anyone have a way to control the DGN, Out, and Standards folders independent of the worksetsroot folder?

Parents
  • You should be able to edit those variables to the appropriate location. In fact you may just need to edit the first one, depending on your sub directory structure. There may be others to edit.

    Connect r17 10.17.2.61 self-employed-Unpaid Beta tester for Bentley

  • Hi Bob, 

    Yes that works to edit the variables in the dialog.  It's not quite what I desire. maybe a little more detail will help.

    Our workset cfg files are stored in one location e.g. x:\CE_worksets\  Our project all fall under a different location and are devided by squad e.g. Y:\squad1\ and y:\squad2\ I would like for the dialog to show y:\ as its root folder and then the user will only need to select the squad they work in.  It works to manually browse to the y:\ squad folder but it would be easier if we could start the user at y:\. Of course this is simplified and all but comes doewn to being able to easily control the root location for a workset other than the location the cfg files are stored _USTN_WORKSETsROOT or _USTN_WORKSETROOT.

    ~HTH

    John.

    yep

Reply
  • Hi Bob, 

    Yes that works to edit the variables in the dialog.  It's not quite what I desire. maybe a little more detail will help.

    Our workset cfg files are stored in one location e.g. x:\CE_worksets\  Our project all fall under a different location and are devided by squad e.g. Y:\squad1\ and y:\squad2\ I would like for the dialog to show y:\ as its root folder and then the user will only need to select the squad they work in.  It works to manually browse to the y:\ squad folder but it would be easier if we could start the user at y:\. Of course this is simplified and all but comes doewn to being able to easily control the root location for a workset other than the location the cfg files are stored _USTN_WORKSETsROOT or _USTN_WORKSETROOT.

    ~HTH

    John.

    yep

Children