root/vowfsc/file.db

Revision 48, 207 bytes (checked in by nlawren2, 1 year ago)

--

Line 
1 db_int(file_id)
2 db_int(revision_id)
3 db_int(file_length)
4 db_int(parent_file_id)
5 db_int(directory_id)
6 db_int(stream_id)
7 db_int(deleted_flag)
8
9 db_long(end_time)
10
11 db_string(file_name)
12 db_string(directory_path)
13
Note: See TracBrowser for help on using the browser.