tab file format/option docs

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
sgp
Senior Member
Senior Member
Posts: 355
Joined: 2005-01-31, 16:04 UTC

tab file format/option docs

Post by *sgp »

Is the format and meaning of options in a *.tab file documented somewhere?
I would like to automate the process of opening a tab for each subfolder in a folder, any suggestions?
TIA
--sgp
User avatar
ts4242
Power Member
Power Member
Posts: 2081
Joined: 2004-02-02, 20:08 UTC
Contact:

Post by *ts4242 »

each tab info store in three value:

Code: Select all

N_path=tab path
N_caption=tab caption
N_options=tab properties: lock, sort order etc..
where N is the tab number
caption value written only if you use your own caption instead of default caption (dir name)
also thers is activetab value store active tab number inside tabs

options details:
==========
[face=courier]

Code: Select all

0|4|0|0|0|1|0
A|B|C|D|E|F|G
[/face]

A store disply mode as follow:

Code: Select all

0= Brief
1= Full
4= comment
5= Thumbinal view
6= Custom view colmun 1
7= Custom view colmun 2
8= Custom view colmun 3, etc...
B store sort type as follow:

Code: Select all

0= by name
1= by extension
2= by size
3= by date
4= not sorted
C store sort order as follow:

Code: Select all

0= Ascending
1= Descending
D store end of archivname
E store pack format

F store lock mode as follow:

Code: Select all

0= not locked
1= locked
2= locked, but change directory allowed
G store Custom sort order

don't set D and/or E yourself

I used this info in my program Ultra TC History Editor
sgp
Senior Member
Senior Member
Posts: 355
Joined: 2005-01-31, 16:04 UTC

Post by *sgp »

Thank you!
Post Reply