.Q.en[dir;table]
.Q.ens[dir;table;name]
Where
dir is a symbol handle to a foldertable is a tablename is a symbol atom naming a sym file in dirthe function
dirsym from dir if it existssym the symbols in tablesym in dirtable with columns enumerated (for .Q.ens, against name).Q.ens allows enumeration against domains (and therefore filenames) other than sym.
q)([]sym:`mysym$`a`b`c)~.Q.ens[`:db;([]sym:`a`b`c);`mysym]
Tables splayed across a directory must be fully enumerated and not keyed. The solution is to enumerate columns of type varchar before saving the table splayed.
Apart from that, it is up to you to manage.