Hi @jcl,

If the History variable is not set, the manual says it defaults to the History subfolder.

This appears to be incorrect if HistoryFolder is set in Zorro[Fix].ini. In that case, History defaults to that HistoryFolder, as expected.

This appears to be the only case that HistoryFolder affects History. If the History variable is set, HistoryFolder appears to be ignored.

If History includes a relative path, it is relative to the Zorro folder. This allows specifying a subfolder of History via, f.i., "History\\subfolder\\*.t6".

I would like to be able to use History to specify subfolders of HistoryFolder, in this same way. Is there a way to do that?

If not, can History be enhanced to default to HistoryFolder if specified, so that one could then do, f.i., "subfolder\\*.t6" to point History to HistoryFolder\subfolder\*.t6?

Thanks.