PDA

View Full Version : treat archive folders as folders (script option)


browns
01-Jun-2005, 08:51 AM
Im trying to enable and disable the miscellaneous option "allways treat archive files as folders" in a script. Is this possible.

Any ideas

Many thanks

Chris
01-Jun-2005, 09:42 AM
It isn't possible to set this using a script command.

The current work around is to save a session with "Always treat archives as folders" enabled, then load that saved session at the beginning of the script.

Something like:
load "saved archive session"
load c:\foo1 c:\foo2
etc...

Setting this from scripts is on our wish list for BC.