Thread: how can i change file access/create/mod time

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    552

    how can i change file access/create/mod time

    Im using VC6
    C Code. C Code Run. Run Code Run... Please!

    "Love is like a blackhole, you fall into it... then you get ripped apart"

  2. #2
    Registered User Cela's Avatar
    Join Date
    Jan 2003
    Posts
    362
    Look in the io.h header, it'll show you what you need to do. :-)
    *Cela*

  3. #3
    Go to MSDN site and under File I/O it tells you all the functions needed for your problem

  4. #4
    Registered User
    Join Date
    Dec 2002
    Posts
    119
    and look up the WIN32_FILE_ATTRIBUTE_DATA struct and the GetFileAttributesEx function.
    If you speak or are learning Spanish, check out this Spanish and English Dictionary, it is a handy online resource.
    What happens is not as important as how you react to what happens. -Thaddeus Golas

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  2. gcc link external library
    By spank in forum C Programming
    Replies: 6
    Last Post: 08-08-2007, 03:44 PM
  3. Encryption program
    By zeiffelz in forum C Programming
    Replies: 1
    Last Post: 06-15-2005, 03:39 AM
  4. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  5. Possible circular definition with singleton objects
    By techrolla in forum C++ Programming
    Replies: 3
    Last Post: 12-26-2004, 10:46 AM