Demand for a program that'll fix invalid file creation dates?

Ask a Question related to Mac Applications & Software, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. #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: ...
    5. 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...
  3. #2

    Default 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:
    > 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.
    Just out of curiosity, what do you set the dates to?

    --
    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

  4. #3

    Default 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

  5. #4

    Default Re: Demand for a program that'll fix invalid file creation dates?

    Tacit wrote:
    > 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?
    I've seen it occasionally
    .....but.....
    doesn't Diskwarrior fix bad dates?
    George Williams Guest

  6. #5

    Default 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:
    >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.
    >
    - - I guess a GUI is okay, but this is a trivial problem to fix
    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

  7. #6

    Default 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
    > with two standard unix command line tools ( find and
    > /bin/touch).
    True, if you're using OS X. I was using OS 9 at the time. :)

    --
    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

  8. #7

    Default Re: Demand for a program that'll fix invalid file creation dates?

    >I've seen it occasionally
    >....but.....
    >doesn't Diskwarrior fix bad dates?
    Diskwarrior and Norton Utilities both...but they're both commercial, and DW
    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

  9. #8

    Default Re: Demand for a program that'll fix invalid file creation dates?

    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.
    George Williams Guest

  10. #9

    Default Re: Demand for a program that'll fix invalid file creation dates?

    George Williams wrote:
    > 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.
    I would love to get a copy , would it be able to monitor a folder..?

    mark hune Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139