<UTIL> Change timestamp of whole dir-trees folders to youngest file
Moderators: Hacker, petermad, Stefan2, white
<UTIL> Change timestamp of whole dir-trees folders to youngest file
I wrote the following after discussion with dear Ch. Ghisler, back in 2004...He didn't want to add this (Similar to my CopyToTabs).
You're welcome to it.
Dir Dates
---------
English: [ Re-Dates folders tree according to youngest file inside ]
This program (Bilingual, French and English), will re-date a whole directory tree starting at the directory you selected. Each directory will be timestamped to the same time and date of the youngest file inside it. You can "Drag && Drop" any file or Directory onto the program's icon to set the starting directory
Works with Windows UI, OR command line parameters, file OR folder.
Portable: A Singlr EXE + a small DLL. size: 239k. Writes settings in app's folder. Nothing else.
Written February 10th, 2004. Last update December 16th, 2012.
--------------------------------------------------------------------------------
French: [ Redate une arborescence de répertoires selon les plus jeunes fichiers inclus ]
Ce programme (Bilingue, Français et Anglais), re-date toute une arborescence de dossiers, demarrant au dossier de votre choix.Chaque dossier sera date a la meme date-heure du fichier le plus jeune qui y reside. Vous pouvez Glisser un fichier/repertoire sur l'icone du programme pour fixer le repertoire de depart.
Fonctionne avec l'interface Windows OU avec ligne de commande.
C'est une application portable: 1 executable, une DLL taille totale 239k. Rien n'est écrit ailleurs que dans le répertoire de l'application.
Ecrit Le 10 Fevrier 2004. Dernière M.à.j. le 16 Déc 2012.
Download / télécharger DirDate
You're welcome to it.
Dir Dates
---------
English: [ Re-Dates folders tree according to youngest file inside ]
This program (Bilingual, French and English), will re-date a whole directory tree starting at the directory you selected. Each directory will be timestamped to the same time and date of the youngest file inside it. You can "Drag && Drop" any file or Directory onto the program's icon to set the starting directory
Works with Windows UI, OR command line parameters, file OR folder.
Portable: A Singlr EXE + a small DLL. size: 239k. Writes settings in app's folder. Nothing else.
Written February 10th, 2004. Last update December 16th, 2012.
--------------------------------------------------------------------------------
French: [ Redate une arborescence de répertoires selon les plus jeunes fichiers inclus ]
Ce programme (Bilingue, Français et Anglais), re-date toute une arborescence de dossiers, demarrant au dossier de votre choix.Chaque dossier sera date a la meme date-heure du fichier le plus jeune qui y reside. Vous pouvez Glisser un fichier/repertoire sur l'icone du programme pour fixer le repertoire de depart.
Fonctionne avec l'interface Windows OU avec ligne de commande.
C'est une application portable: 1 executable, une DLL taille totale 239k. Rien n'est écrit ailleurs que dans le répertoire de l'application.
Ecrit Le 10 Fevrier 2004. Dernière M.à.j. le 16 Déc 2012.
Download / télécharger DirDate
Last edited by eitang on 2020-01-09, 18:21 UTC, edited 5 times in total.
Re: <UTIL> Change timestamp of whole dir-trees folders to youngest file
How does this compare to SetFolderDate?
As far as I can tell although SetFolderDate is an autoit script it's much more feature rich, as it can scan inside archives and some pe files and set the modification date on archives and folders, it can recurse sub-folders etc and it's open source?
What do you mean by youngest?
If I have a file from 2003 and one from 2004, will it set the date to 2004 or 2003? Do you mean the newest like 2004 in the example?
As far as I can tell although SetFolderDate is an autoit script it's much more feature rich, as it can scan inside archives and some pe files and set the modification date on archives and folders, it can recurse sub-folders etc and it's open source?
What do you mean by youngest?
If I have a file from 2003 and one from 2004, will it set the date to 2004 or 2003? Do you mean the newest like 2004 in the example?
Re: <UTIL> Change timestamp of whole dir-trees folders to youngest file
>> How does this compare to SetFolderDate?
I don't know.
>> SetFolderDate is an autoit script it's much more feature rich,
My program is NOT dependent on any other soft, not even on TC. It is VERY small, VERY fast, accepts drag&drop (folders OR files) as well as UI.
>> as it can scan inside archives
My program does not. I take care of folder dates BEFORE compressing...
>> it can recurse sub-folders etc
So does my program. Why don't you test it instead of worrying ???
>> What do you mean by youngest?
>> If I have a file from 2003 and one from 2004,
2004 is younger than 2003 so it will be 2004.
I don't know.
>> SetFolderDate is an autoit script it's much more feature rich,
My program is NOT dependent on any other soft, not even on TC. It is VERY small, VERY fast, accepts drag&drop (folders OR files) as well as UI.
>> as it can scan inside archives
My program does not. I take care of folder dates BEFORE compressing...
>> it can recurse sub-folders etc
So does my program. Why don't you test it instead of worrying ???
>> What do you mean by youngest?
>> If I have a file from 2003 and one from 2004,
2004 is younger than 2003 so it will be 2004.
-
- Junior Member
- Posts: 91
- Joined: 2006-11-07, 16:36 UTC
- Location: Trieste, Italy
- Contact:
Re: <UTIL> Change timestamp of whole dir-trees folders to youngest file
The download link is broken, can anybody help?
Is it possible to filter some files in calculating the newest file date? I usually exclude .* *.db .svn/*.*
Is it possible to filter some files in calculating the newest file date? I usually exclude .* *.db .svn/*.*
Re: <UTIL> Change timestamp of whole dir-trees folders to youngest file
The best for this purpose is for me FolderTimeUpdate from Nirsoft
https://www.nirsoft.net/utils/folder_time_update.html
https://www.nirsoft.net/utils/folder_time_update.html
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
-
- Junior Member
- Posts: 91
- Joined: 2006-11-07, 16:36 UTC
- Location: Trieste, Italy
- Contact:
Re: <UTIL> Change timestamp of whole dir-trees folders to youngest file
"1fichier.com unexpectedly closed the connection."
-
- Junior Member
- Posts: 91
- Joined: 2006-11-07, 16:36 UTC
- Location: Trieste, Italy
- Contact:
Re: <UTIL> Change timestamp of whole dir-trees folders to youngest file
Can't set an ignore list like I use in MultiCommander: .* *.db .svn/*.*Horst.Epp wrote: 2019-07-02, 17:40 UTC The best for this purpose is for me FolderTimeUpdate from Nirsoft
https://www.nirsoft.net/utils/folder_time_update.html
Re: <UTIL> Change timestamp of whole dir-trees folders to youngest file
You can !mikedepetris wrote: 2019-07-03, 14:53 UTCCan't set an ignore list like I use in MultiCommander: .* *.db .svn/*.*Horst.Epp wrote: 2019-07-02, 17:40 UTC The best for this purpose is for me FolderTimeUpdate from Nirsoft
https://www.nirsoft.net/utils/folder_time_update.html
There is a field named:
Skip files that match the following wildcards: (comma delimited list)
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
-
- Junior Member
- Posts: 91
- Joined: 2006-11-07, 16:36 UTC
- Location: Trieste, Italy
- Contact:
Re: <UTIL> Change timestamp of whole dir-trees folders to youngest file
ah ok thanks, it's just the screenshot that needs to be updatedHorst.Epp wrote: 2019-07-03, 15:35 UTCYou can !mikedepetris wrote: 2019-07-03, 14:53 UTCCan't set an ignore list like I use in MultiCommander: .* *.db .svn/*.*Horst.Epp wrote: 2019-07-02, 17:40 UTC The best for this purpose is for me FolderTimeUpdate from Nirsoft
https://www.nirsoft.net/utils/folder_time_update.html
There is a field named:
Skip files that match the following wildcards: (comma delimited list)
Re: <UTIL>Redate whole dir-trees folders to youngest file
2tbeu
You should change icon for Redate. It's invisible in dark mode.
You should change icon for Redate. It's invisible in dark mode.
Andrzej P. Wozniak
Polish subforum moderator
Polish subforum moderator
Re: <UTIL>Redate whole dir-trees folders to youngest file
Which icon actually?
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
Re: <UTIL>Redate whole dir-trees folders to youngest file
Of course the default one, added to buttonbar. Currently it's a "Redate" text, black on a transparent background, with no light border around letters.
Andrzej P. Wozniak
Polish subforum moderator
Polish subforum moderator
Re: <UTIL>Redate whole dir-trees folders to youngest file
There is no icon in SetFolderDate.wcx.
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
Re: <UTIL>Redate whole dir-trees folders to youngest file
2tbeu
I mean Redate util (addon, exe) as in the topic title, not your SetFolderDate plugin. Sorry for wrong addressing.
@moderators: Could you change titles in this topic, please? It's NOT about Redate util so it's misleading. "Change date of" or "Change timestamp of" will be better.
I mean Redate util (addon, exe) as in the topic title, not your SetFolderDate plugin. Sorry for wrong addressing.
@moderators: Could you change titles in this topic, please? It's NOT about Redate util so it's misleading. "Change date of" or "Change timestamp of" will be better.
Andrzej P. Wozniak
Polish subforum moderator
Polish subforum moderator