Thread: File information in C

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    13

    File information in C

    I have searched books and web sites and I still can't find the answer that I am looking for.

    How do I get file information like, creation date, last access date, etc?


    TIA

  2. #2
    Registered User
    Join Date
    Jun 2002
    Posts
    13
    This needs to be used on Windows and Linux machines.

  3. #3
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Originally posted by jakewendt
    This needs to be used on Windows and Linux machines.
    Either run cygwin, or write two versions of the code.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newbie homework help
    By fossage in forum C Programming
    Replies: 3
    Last Post: 04-30-2009, 04:27 PM
  2. Formatting the contents of a text file
    By dagorsul in forum C++ Programming
    Replies: 2
    Last Post: 04-29-2008, 12:36 PM
  3. help with text input
    By Alphawaves in forum C Programming
    Replies: 8
    Last Post: 04-08-2007, 04:54 PM
  4. Error when loading 3ds file
    By The Wazaa in forum C++ Programming
    Replies: 6
    Last Post: 01-24-2006, 08:27 AM
  5. simulate Grep command in Unix using C
    By laxmi in forum C Programming
    Replies: 6
    Last Post: 05-10-2002, 04:10 PM