FileTouch Utility

Submit command line tools that you find here.
Post Reply
Message
Author
TP109
Posts: 571
Joined: Sat Apr 08, 2006 7:12 pm
Location: Midwestern US

FileTouch Utility

#1 Post by TP109 »

FileTouch is a command-line utility that can be used to change the timestamps of multiple files at the same time. It offers support for the date and time of creation, last modification and access. Additionally, it can alter the timestamps of subfolders, process files within subfolders recursively, and use file masks.

Basic usage to change modification date of filename to current system date and time:

Code: Select all

FileTouch /W filename
help
help
usage
usage

Download (16 KB)

FileTouch Homepage - SoftTree Technologies

Softpedia Page

User avatar
vevy
Posts: 795
Joined: Tue Sep 10, 2019 11:17 am

Re: FileTouch Utility

#2 Post by vevy »

👍

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: FileTouch Utility

#3 Post by webfork »

So while TrueCrypt and other security tools have a variation on this feature, where it never changing the modified the date and time of secure volumes. That's the only usage I can think of for a program like this: to make an important file more obscure.

Does anyone else use programs like this? If so, for what?

Specular
Posts: 443
Joined: Sun Feb 16, 2014 10:54 pm

Re: FileTouch Utility

#4 Post by Specular »

webfork wrote: Fri Apr 10, 2020 9:14 pmDoes anyone else use programs like this? If so, for what?
- Reverting music files to their pre-tagged file timestamp (Mp3Tag supports preserving timestamps but sometimes external tools need to be used which don't).
- Changing timestamps for privacy reasons (obscure a timezone).
- Downloaded some file that replaces an existing one (eg: a higher quality image to replace a lower quality one) but have files sorted by Date Modified and want to preserve the original position.

User avatar
vevy
Posts: 795
Joined: Tue Sep 10, 2019 11:17 am

Re: FileTouch Utility

#5 Post by vevy »

Also, some touch utilities will create the file if it doesn't exist. Useful for creating empty files (for other tools to fill).

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: FileTouch Utility

#6 Post by webfork »

Specular wrote: Fri Apr 10, 2020 11:25 pm - Reverting music files to their pre-tagged file timestamp (Mp3Tag supports preserving timestamps but sometimes external tools need to be used which don't).
- Changing timestamps for privacy reasons (obscure a timezone).
- Downloaded some file that replaces an existing one (eg: a higher quality image to replace a lower quality one) but have files sorted by Date Modified and want to preserve the original position.
vevy wrote: Sat Apr 11, 2020 12:07 am Also, some touch utilities will create the file if it doesn't exist. Useful for creating empty files (for other tools to fill).
Those all make sense -- thanks

TP109
Posts: 571
Joined: Sat Apr 08, 2006 7:12 pm
Location: Midwestern US

Re: FileTouch Utility

#7 Post by TP109 »

Maintain revision integrity, by reverting a file back to it's original date after accidentally editing it (not actually true, but covers up tracks and makes it appear so).
Changing the dates of audio files appears to be a very common use since many audio programs, even some players, will change the date of files they import.

Post Reply