Sunrunner_Charina
New Member
- Joined
- Sep 1, 2010
- Messages
- 35
I've been playing around with accessing .tre contents with Python. Not that TreExplorer isn't wonderific and all, but it's a pain in the ass to dig through every file trying to find the one I want.
So, I wrote some python scripts to dump some information about all the .tre files.
Eventually, I want to be able to string-search all the filenames at will, and to be able to pass a client file to a function and get a list of all files that link to/from that file, both up AND down the line. But, I'm not there yet.
Where I am at is this; 15mb worth of plain-text files, listing, by subfolder, the total contents of the .tre files; all files contained within, as well as the first and most recent .tre that file appears in, and the number of times that file has been updated in new .tre.
Get the results here
I can probably pull more if anyone's interested.
So, I wrote some python scripts to dump some information about all the .tre files.
Eventually, I want to be able to string-search all the filenames at will, and to be able to pass a client file to a function and get a list of all files that link to/from that file, both up AND down the line. But, I'm not there yet.
Where I am at is this; 15mb worth of plain-text files, listing, by subfolder, the total contents of the .tre files; all files contained within, as well as the first and most recent .tre that file appears in, and the number of times that file has been updated in new .tre.
Get the results here
I can probably pull more if anyone's interested.