Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2003
    Posts
    7

    Grin Question please answer me

    How to Get file time date created

  2. #2
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959

    Re: Question please answer me

    This has been asked a couple different times, and I've not seen an solution posted yet.

    If you know anything about the Windows API, try looking through this site for an API call that might help (http://www.allapi.net)

  3. #3
    Join Date
    Jan 2000
    Posts
    2,002

    Re: Question please answer me

    It is easy to do through the Windows API, although I doubt that it will be possible with our DLL.CallFunction action due to the need for pointers, etc. Maybe I (or Worm [img]/ubbthreads/images/icons/smile.gif[/img]) will whip up a DLL that can return it as a string.

    Hint to DLL maker: Look for WIN32_FIND_DATA, FindFirstFile, FileTimeToLocalFileTime, FileTimeToSystemTime in MSDN

    or

    Use CFile::GetStatus() from MFC.

  4. #4
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959

    Re: Question please answer me

    [img]/ubbthreads/images/icons/smile.gif[/img]

  5. #5
    Join Date
    Jun 2002
    Location
    Southeast USA
    Posts
    1,804

    Re: Question please answer me

    I love it when you guys talk "Programmer." [img]/ubbthreads/images/icons/smile.gif[/img]
    Eric Darling
    eThree Media
    http://www.ethreemedia.com

  6. #6
    Join Date
    Jun 2003
    Posts
    7

    Smile Re: Question please answer me

    Thank you Brett
    thank you worm

Posting Permissions

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