Obviously we are not interpreting correctly…can someone clear this up as
to what the following means and where it is “seen”?
T Cl6.1 Feature
Update to dirparse parameter format (12412)
Description
The dirparse parameter format has been updated for parsing a list of filenames and attributes sent to a TPS, so that a keyed list is sent into the TPS.
keylset fileNames file1.LENGTH 4567 file1.MTIME 1416347174 file2.LENGTH 322 file2.MTIME 1716347174 file3.LENGTH 8888 file3.MTIME 1416347999
{file1 {{LENGTH 4567} {MTIME 1416347174}}} {file2 {{LENGTH 322} {MTIME 1716347174}}} {file3 {{LENGTH 8888} {MTIME 1416347999}}}
There is no change for return list(filename list).
Note: This update changes the format of the Tcllist. You must modify your TPS code to get the filename list data from the list.