Ask a Question related to Mac Applications & Software, Design and Development.
-
Tacit #1
Demand for a program that'll fix invalid file creation dates?
Some time ago, I had a dead battery in one of my iMacs, which caused the system
clock to become screwy. As it happens, I did a major overhaul to my Web site
that day, and so ended up with almost a hundred files with invalid creation
dates.
That's a significant annoyance, because I upload files to my Web site by date,
and it becomes difficult to synchronize everything when the file dates are
wrong.
On my way back from a business trip in New york on Wednesday, i was bored on
the plane, so i wrote an application which will scan a folder searching for
files with bad dates, and fix the dates.
I'm considering releasing it as freeware, but it has some rough edges I need to
clean up first. So: is it worthwhile? Is this a common problem? If nobody'll
use it, i don't really want to clean it up and post it on my Web site--but if
it'll be beneficial to people, I'll go ahead and do it.
--
Rude T-shirts for a rude age: [url]http://www.villaintees.com[/url]
Art, literature, shareware, polyamory, kink, and more:
[url]http://www.xeromag.com/franklin.html[/url]
Tacit Guest
-
Best Menu creation program for DW
Just upgraded to CS3 and, consequently, following the herd to Dreamweaver. Could anyone recommend a Mac-based menu creation plugin that might... -
Log File Dates Not Updating
We upgraded from CF5 to CFMX7 (windows) on March 25. Everything has been going smoothly but starting April 3, the log files stopped recording the... -
preserving dates on file uploads
Using <cffile action='upload'> in CF 5 - was able to up until a few days ago to upload files to our server with the lastModified date in tact. Now... -
#19165 [Dup->Csd]: strtotime does not return -1 on some invalid dates
ID: 19165 Updated by: sniper@php.net Reported By: jc at mega-bucks dot co dot jp -Status: Duplicate +Status: ... -
Folder creation up to an invalid path
Hi This might be a strange problem...One of my folder has been recreated several times in to depth of its path and now i am unable to delete the... -
Tom Harrington #2
Re: Demand for a program that'll fix invalid file creation dates?
In article <20030725163511.09785.00000390@mb-m11.aol.com>,
[email]tacitr@aol.com[/email] (Tacit) wrote:
Just out of curiosity, what do you set the dates to?> On my way back from a business trip in New york on Wednesday, i was bored on
> the plane, so i wrote an application which will scan a folder searching for
> files with bad dates, and fix the dates.
--
Tom "Tom" Harrington
Macaroni, Automated System Maintenance for Mac OS X.
Version 1.4: Best cleanup yet, gets files other tools miss.
See [url]http://www.atomicbird.com/[/url]
Tom Harrington Guest
-
Tacit #3
Re: Demand for a program that'll fix invalid file creation dates?
>Just out of curiosity, what do you set the dates to?
The current system date and time--not perfect, but better than "January 1,
1904" or "September 23, 2038". :)
--
Rude T-shirts for a rude age: [url]http://www.villaintees.com[/url]
Art, literature, shareware, polyamory, kink, and more:
[url]http://www.xeromag.com/franklin.html[/url]
Tacit Guest
-
George Williams #4
Re: Demand for a program that'll fix invalid file creation dates?
Tacit wrote:
I've seen it occasionally> I'm considering releasing it as freeware, but it has some rough edges I need to
> clean up first. So: is it worthwhile? Is this a common problem?
.....but.....
doesn't Diskwarrior fix bad dates?
George Williams Guest
-
Re: Demand for a program that'll fix invalid file creation dates?
-----BEGIN PGP SIGNED MESSAGE-----
In article <20030725163511.09785.00000390@mb-m11.aol.com>,
Tacit <tacitr@aol.com> wrote:- - I guess a GUI is okay, but this is a trivial problem to fix>Some time ago, I had a dead battery in one of my iMacs, which caused the system
>clock to become screwy. As it happens, I did a major overhaul to my Web site
>that day, and so ended up with almost a hundred files with invalid creation
>dates.
>
>That's a significant annoyance, because I upload files to my Web site by date,
>and it becomes difficult to synchronize everything when the file dates are
>wrong.
>
with two standard unix command line tools ( find and
/bin/touch). If you are running a unix box and OS X is a
unix box, it's worth your while to learn and understand how
to use both find and xargs. There are man pages for all these
utilities.
- - Booker C. Bense
-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
iQCVAwUBPyKZn2TWTAjn5N/lAQEB9gP+JQs29n7FK+3+sP8QAOUmnimizReCLsaI
Rc0qEa7R9vzqa3vWwtUPEo09EAZqyG4NsUJAHhkMa5Aor0Uxkw 4JVjnw3rUNL7Xe
+9Oq6nycPD/LAHsiqjL8ja5+9FfL90yoy0hsF58UQx5aQot5WNxCNd36LV35g/0j
KtsNn3paMkk=
=Ui/R
-----END PGP SIGNATURE-----
Guest
-
Tacit #6
Re: Demand for a program that'll fix invalid file creation dates?
>- - I guess a GUI is okay, but this is a trivial problem to fix
True, if you're using OS X. I was using OS 9 at the time. :)> with two standard unix command line tools ( find and
> /bin/touch).
--
Rude T-shirts for a rude age: [url]http://www.villaintees.com[/url]
Art, literature, shareware, polyamory, kink, and more:
[url]http://www.xeromag.com/franklin.html[/url]
Tacit Guest
-
Tacit #7
Re: Demand for a program that'll fix invalid file creation dates?
>I've seen it occasionally
Diskwarrior and Norton Utilities both...but they're both commercial, and DW>....but.....
>doesn't Diskwarrior fix bad dates?
requires you to boot from a different volume.
FWIW, my program is very,very fast; processing a thousand files takes less than
a second.
--
Rude T-shirts for a rude age: [url]http://www.villaintees.com[/url]
Art, literature, shareware, polyamory, kink, and more:
[url]http://www.xeromag.com/franklin.html[/url]
Tacit Guest
-
George Williams #8
Re: Demand for a program that'll fix invalid file creation dates?
Tacit wrote:
Then it would be a good idea to write it and distribute it,> FWIW, my program is very,very fast; processing a thousand files takes less than
> a second.
especially if you have some ftp or http space to store it
for download.
George Williams Guest
-
mark hune #9
Re: Demand for a program that'll fix invalid file creation dates?
George Williams wrote:
I would love to get a copy , would it be able to monitor a folder..?> Tacit wrote:
>
>>>>FWIW, my program is very,very fast; processing a thousand files takes less than
>>a second.
>
> Then it would be a good idea to write it and distribute it,
> especially if you have some ftp or http space to store it
> for download.
mark hune Guest



Reply With Quote

