change modified date?

Ask a Question related to PERL Beginners, Design and Development.

  1. #1

    Default change modified date?

    Howdy:

    Is there a perl module that can change the modified
    date of a file in Windows (or, Linux)?

    On my Linux box, I'm testing the 'touch -m' method,
    but it isn't working very well. I have no idea
    what there is for Windows. Perhaps there is a perl
    method instead?

    Thanks!

    -X

    Shaunn Johnson Guest

  2. Similar Questions and Discussions

    1. date record was last modified? Help
      Here is what i am trying to do. Example, Address Book application in Coldfusion and SQL. Say i go into a record and update it. I would like to...
    2. date record was last modified. Help!!!!
      Here is what i am trying to do. Example, Address Book application in Coldfusion and SQL. Say i go into a record and update it. I would like to...
    3. RDS and Date Modified any better in MX 7?
      With the new release out, does the problem with the Modified Date not being visible in Studio/HomeSite/Dreamweaver for files on an MX server still...
    4. Getting last modified date from remote web page
      Hi, We need to get the last modified date from a web page on the U.S. Treasury OFAC web site. The site contains the SDN list (terrorists,...
    5. find file size,last modified date thru SQL
      Can i find out the filename,filesize and last modified date using TSQL for all files under a given directory ? Thanks
  3. #2

    Default Re: change modified date?

    Shaunn Johnson wrote:
    >
    > Howdy:
    Hello,
    > Is there a perl module that can change the modified
    > date of a file in Windows (or, Linux)?
    >
    > On my Linux box, I'm testing the 'touch -m' method,
    > but it isn't working very well. I have no idea
    > what there is for Windows. Perhaps there is a perl
    > method instead?
    perldoc -f utime


    John
    --
    use Perl;
    program
    fulfillment
    John W. Krahn 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