Results 1 to 5 of 5

Thread: Using the CreateFile and GetFileTime API's

Threaded View

  1. #1

    Thread Starter
    Addicted Member VB6Coder's Avatar
    Join Date
    Apr 2001
    Location
    Northampton, UK
    Posts
    185

    Question Using the CreateFile and GetFileTime API's

    I've always used the CreateFile API to get a file handle, which I can then pass into the GetFileTime API to get the file times. This works fine until I tried to get a file handle to a Microsoft Access Database file which was open in Access.

    Is there another way of getting a file handle that won't fail if the file is locked?
    Last edited by VB6Coder; May 9th, 2001 at 07:15 AM.

Posting Permissions

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



Click Here to Expand Forum to Full Width