Question please answer me

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • asfour4all
    Forum Member
    • Jun 2003
    • 7

    Question please answer me

    How to Get file time date created
  • Worm
    Indigo Rose Customer
    • Jul 2002
    • 3967

    #2
    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)

    Comment

    • Brett
      Indigo Rose Staff Member
      • Jan 2000
      • 2000

      #3
      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.

      Comment

      • Worm
        Indigo Rose Customer
        • Jul 2002
        • 3967

        #4
        Re: Question please answer me

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

        Comment

        • eric_darling
          Indigo Rose Customer
          • Jun 2002
          • 1801

          #5
          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

          Comment

          • asfour4all
            Forum Member
            • Jun 2003
            • 7

            #6
            Re: Question please answer me

            Thank you Brett
            thank you worm

            Comment

            Working...
            X