Results 1 to 4 of 4

Thread: Can file "last Modified" dates be changed?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Posts
    86

    Can file "last Modified" dates be changed?

    Is there a way to change "last Modified" date on files?

  2. #2
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: Can file "last Modified" dates be changed?

    Sure, anything's possible

    VB.Net 03:
    VB Code:
    1. Dim fso As System.IO.File
    2. fso.SetLastWriteTime("Full_Path_To_File", "Date/Time")

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Posts
    86

    Re: Can file "last Modified" dates be changed?

    thanx....

  4. #4
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: Can file "last Modified" dates be changed?

    Quote Originally Posted by Aries Mars
    thanx....
    Is that what you wanted? This was in general programming; so I just threw something out.

Posting Permissions

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



Click Here to Expand Forum to Full Width