File properties
Results 1 to 8 of 8

Thread: File properties

  1. #1
    Registered User Jediab's Avatar
    Join Date
    Jul 2000
    Location
    New Hope, MN, USA
    Posts
    768

    File properties

    Would someone be able to tell me or direct me to a place that explains what goes into the date and time stamp of file properties?

    Creation date
    Modified date
    Last Accessed date

    I have a file that has a creation date of 2006 but a modified date of 2005. It was originally a pic that was emailed. And I am just trying to understand the dates.

    Any help would be appreciated

    Thanks much!
    U.S. out of U.N.

  2. #2
    Registered User idontno's Avatar
    Join Date
    Apr 2006
    Location
    Spring Hill, Florida
    Posts
    57

    Post

    Quote Originally Posted by Jediab
    Would someone be able to tell me or direct me to a place that explains what goes into the date and time stamp of file properties?

    Creation date
    Modified date
    Last Accessed date

    I have a file that has a creation date of 2006 but a modified date of 2005. It was originally a pic that was emailed. And I am just trying to understand the dates.

    Any help would be appreciated

    Thanks much!

    One possibility is the dates could have been modified as shown here...

    http://www.thescarms.com/vbasic/filetime.asp

    There are millions of ways to change the properties of a file.
    Last edited by idontno; July 4th, 2006 at 01:43 AM.
    If I only had a brain !!!

    Dell Dimension 8400
    Windows XP Pro SP2
    Chipset- Intel Alderwood i925XE
    Intel Pentium 4 540, 3200 MHz (4 x 800)
    1024 MB (DDR2-400 DDR2 SDRAM)
    Seagate 250 GB ST3250824AS
    PHILIPS DVD+-RW DVD8631
    SAMSUNG DVD-ROM SD-616E
    Creative SB Live! 24-bit Sound Card PCI
    ATI Radeon X300 (RV370) Video Adapter
    ATI Radeon X300 (RV370) 3D Accelerator
    Intel(R) 537EP V9x DF PCI Modem
    Broadcom NetXtreme BCM5750 Gigabit Ethernet Controller PCI
    15 MBp/s Cable Modem

  3. #3
    Registered User Gabriel's Avatar
    Join Date
    Aug 2000
    Location
    Tel Aviv Israel
    Posts
    2,161
    Hi,

    I have succefully generated the same scenario in my computer and I think I am getting the hang of it.
    Scenario - you have a file on a different Partition (D: for example) that was last modified in 2002. today you COPY the file into c: partition. the file has now a modified time stamp somewhere in 2002 and a creation/accessed date of 2006.

    it seems that I too was not aware exactly what the the difference between attributes are.

    Modified - last time the file has been modified
    Accessed - the last time the file accessed (copying the file changes this attribute)
    created - the time this file has been created in the particular storage container (this is not changed until you copy this into different container - also a folder --- MOVING file inside the same partition does not change the "created" attribute)

    The second thing I can think of in your situation is that the EXIF metadata is being used.
    I am getting my imagination into work....
    The picture was taken/manipulated in 2005. you have copied the file into this partition in 2006. is this sound logical?


    Sorry if I write too much -
    Gabriel
    Real stupidity beats Artifical Intelligence
    Avatar courtesy of A D E P T

  4. #4
    Registered User Gabriel's Avatar
    Join Date
    Aug 2000
    Location
    Tel Aviv Israel
    Posts
    2,161
    Quote Originally Posted by idontno
    One possibility is the dates could have been modified as shown here...

    http://www.thescarms.com/vbasic/filetime.asp

    There are millions of ways to change the properties of a file.
    Hi Idontno,
    As much as your find is very good (promptly added to my CDtoolbox - cheers) I don't think this is the case - see my post.


    Gabriel
    Real stupidity beats Artifical Intelligence
    Avatar courtesy of A D E P T

  5. #5
    Registered User idontno's Avatar
    Join Date
    Apr 2006
    Location
    Spring Hill, Florida
    Posts
    57

    Thumbs up

    Well...I'm glad someone figured it out Gabriel!

    I kinda knew the answer that Jediab was looking for. I just couldn't put it into the right words. So, I went to about 50 sites searching for the right definition. But from what I saw, there are a lot more dummies out there than me...

    Good job tho Gabriel!!!
    If I only had a brain !!!

    Dell Dimension 8400
    Windows XP Pro SP2
    Chipset- Intel Alderwood i925XE
    Intel Pentium 4 540, 3200 MHz (4 x 800)
    1024 MB (DDR2-400 DDR2 SDRAM)
    Seagate 250 GB ST3250824AS
    PHILIPS DVD+-RW DVD8631
    SAMSUNG DVD-ROM SD-616E
    Creative SB Live! 24-bit Sound Card PCI
    ATI Radeon X300 (RV370) Video Adapter
    ATI Radeon X300 (RV370) 3D Accelerator
    Intel(R) 537EP V9x DF PCI Modem
    Broadcom NetXtreme BCM5750 Gigabit Ethernet Controller PCI
    15 MBp/s Cable Modem

  6. #6
    Registered User RawHide67's Avatar
    Join Date
    May 2006
    Location
    south of South of the Border
    Posts
    23

    speaking of dummies....and "broken windows"...

    ok so I dwnld IE 7beta 3<----(they even changed the layout on this)......spell check wont work in Outlook Express...the IE icon is gone from my desktop and my speaker icon is also missing......needless to say I have made many attemps at repairing these....to no avail...sooooooo, how can this dummie fix his broken windows ? {Me---> <----Billy.G}

    Im running windows-XP x64 and Office 2000 Premium along with that.

    thanks.

  7. #7
    Registered User Gabriel's Avatar
    Join Date
    Aug 2000
    Location
    Tel Aviv Israel
    Posts
    2,161
    Quote Originally Posted by RawHide67
    ok so I dwnld IE 7beta 3<----(they even changed the layout on this)......spell check wont work in Outlook Express...the IE icon is gone from my desktop and my speaker icon is also missing......needless to say I have made many attemps at repairing these....to no avail...sooooooo, how can this dummie fix his broken windows ? {Me---> <----Billy.G}

    Im running windows-XP x64 and Office 2000 Premium along with that.

    thanks.
    This should be in new thread...

    Nevertheless
    http://www.techenclave.com/forums/un...uter-6196.html
    haven't check that but it seems very logical

    As a general rule of thumb - do not install beta software on your production station

    Good Day,
    Gabriel
    Last edited by Gabriel; July 5th, 2006 at 01:40 AM.
    Real stupidity beats Artifical Intelligence
    Avatar courtesy of A D E P T

  8. #8
    Registered User Jediab's Avatar
    Join Date
    Jul 2000
    Location
    New Hope, MN, USA
    Posts
    768
    Quote Originally Posted by Gabriel
    Hi,

    I have succefully generated the same scenario in my computer and I think I am getting the hang of it.
    Scenario - you have a file on a different Partition (D: for example) that was last modified in 2002. today you COPY the file into c: partition. the file has now a modified time stamp somewhere in 2002 and a creation/accessed date of 2006.

    it seems that I too was not aware exactly what the the difference between attributes are.

    Modified - last time the file has been modified
    Accessed - the last time the file accessed (copying the file changes this attribute)
    created - the time this file has been created in the particular storage container (this is not changed until you copy this into different container - also a folder --- MOVING file inside the same partition does not change the "created" attribute)

    The second thing I can think of in your situation is that the EXIF metadata is being used.
    I am getting my imagination into work....
    The picture was taken/manipulated in 2005. you have copied the file into this partition in 2006. is this sound logical?


    Sorry if I write too much -
    Gabriel
    Hey thanks for responding Gabriel. I think you are correct. I went and created a dummy word doc and one that I had made back in 2005. I zipped em up and unzipped them both to the same partition and a different computer and the creation date now became the date and time when I unzipped them, but the modified date stayed the same, 2005 and 2006.
    Last edited by Jediab; July 5th, 2006 at 09:10 PM.
    U.S. out of U.N.

Similar Threads

  1. 100% CPU utilisation - rogkoi.exe - what is this file?
    By scottpa100 in forum Tech-To-Tech
    Replies: 2
    Last Post: April 17th, 2005, 05:15 AM
  2. I need help saving pics as a JPEG file
    By JonDaviS in forum Windows XP
    Replies: 3
    Last Post: November 30th, 2004, 09:27 PM
  3. help! missing aspienum.vxd file at startup
    By PhutureRave in forum Windows 95/98/98SE/ME
    Replies: 4
    Last Post: November 30th, 2004, 02:34 PM
  4. Problem saving pics as a JPEG file
    By JonDaviS in forum Tech-To-Tech
    Replies: 1
    Last Post: November 27th, 2004, 12:42 PM
  5. How Do I Print an Entire Document without Opening Each Topic
    By Orangeman in forum Digital Imaging
    Replies: 16
    Last Post: January 8th, 2003, 07:52 AM

Bookmarks

Posting Permissions

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