hi,
windows system doesn't report the lastest file date modiief of the files to his folder. So you may have a modified folder date with "01/01/2010" whereas you have all the files with "01/01/2014" modified dates.
Maybe TC would perform and increase this improved display of the folder date column....
have a good day
have a intelligent folder date column
Moderators: Hacker, petermad, Stefan2, white
-
- Senior Member
- Posts: 202
- Joined: 2010-12-12, 10:05 UTC
- Location: Amiens
have a intelligent folder date column
i'm an old long user of TC since the windows 3.11 release !, for the history, i came to tc when i migrate from amiga commodore to PC where they are diskmanager and directory opus there.
Nice idea, can remember to have wished something like that myself.
I'm considering writing a plugin for that. It would require tc_java, though. Hope that wouldn't keep you from trying it out?
Any more ideas of what such a "DirInfo" plugin could additionally provide?
Eg the last modified date would not only be available as the most recent among the contained files but also as least recent (possibly via units "min" and "max").
Btw: need not only be about dates, btw. Eg ttl # of files contained, max depth wrt to # folders or (and) path length in characters, what have you...
EDIT: another useful one (at least for me): "how much left if burnt on CD/DVD/BD?"
So, what d'ya think could be useful?
I'm considering writing a plugin for that. It would require tc_java, though. Hope that wouldn't keep you from trying it out?
Any more ideas of what such a "DirInfo" plugin could additionally provide?
Eg the last modified date would not only be available as the most recent among the contained files but also as least recent (possibly via units "min" and "max").
Btw: need not only be about dates, btw. Eg ttl # of files contained, max depth wrt to # folders or (and) path length in characters, what have you...
EDIT: another useful one (at least for me): "how much left if burnt on CD/DVD/BD?"
So, what d'ya think could be useful?
Last edited by meisl on 2014-01-20, 23:34 UTC, edited 1 time in total.
-
- Senior Member
- Posts: 202
- Joined: 2010-12-12, 10:05 UTC
- Location: Amiens
i don't think so. because all the information are in the partition table (which might be always load or in cached while you browse you system).MVV wrote:By default TC displays actual file and folder information. Recursive scanning would slow down file listing.
date, size, filename are not in separate location on the harddrive, there are all in the same place (like the summary of a book).
Even not, with ssd or recent harddive, it might not cost many ressources from the system
i'm an old long user of TC since the windows 3.11 release !, for the history, i came to tc when i migrate from amiga commodore to PC where they are diskmanager and directory opus there.
Michael, MVV is right. You're overestimating a bit the magics of NTFS 
However, a properly implemented plugin can very well do what you propose, with friction-free user experience. I mean it won't hang, only thing is that you might have to wait a bit (seconds, at the worst) until values show up.
Have you noticed my post above?

However, a properly implemented plugin can very well do what you propose, with friction-free user experience. I mean it won't hang, only thing is that you might have to wait a bit (seconds, at the worst) until values show up.
Have you noticed my post above?
-
- Senior Member
- Posts: 202
- Joined: 2010-12-12, 10:05 UTC
- Location: Amiens
i didn't mean a recursive analyze of the branch, but just the folder (his child).
the entire filesystem (since windows 2000 i think) have a simple sql query API which provide that, so you either not need to access to the main file system partition, the OS manage that by this API and it is quick (about 1ms by folder)
the entire filesystem (since windows 2000 i think) have a simple sql query API which provide that, so you either not need to access to the main file system partition, the OS manage that by this API and it is quick (about 1ms by folder)
i'm an old long user of TC since the windows 3.11 release !, for the history, i came to tc when i migrate from amiga commodore to PC where they are diskmanager and directory opus there.