dimbtp

Results 6 comments of dimbtp

Hello, @Inkbottle007 , I can implement this but I have some questions. You want to `locate recently downloaded or moved files that do not have a recent mtime`, but after...

Hi, @sharkdp , I find this issue has been open for 2 weeks and I don't know whether this feature is necessary or not in your repo. If I'm allowed...

I just noticed that. `btime` can be obtained easily from `metadata.created()`, but `ctime` seems harder to get on Windows. I am trying to search something useful.

On Windows, I find some data structures about `ChangeTime`(`ctime` for Windows), but I don't know how to get this value as I don't have much experience with it. Maybe wait...

I am trying to write test for `--ctime` option, however according to [https://lists.gnu.org/archive/html/coreutils/2010-08/msg00010.html](https://lists.gnu.org/archive/html/coreutils/2010-08/msg00010.html), `ctime _must_ unfakeably track the current time of any action that changes a file's metadata or contents`,...

> the timestamp features of `findutils` just can't be ported to a platform independent tool Yes, it's platform dependent at this moment. > I wasn't aware of that point that...