Forum Discussion

Ned's avatar
Ned
Occasional Contributor
5 years ago
Solved

Getting the time a file is created

Can someone show me how to capture the time (ms) it takes to create a file?   I am testing the performance on how long will it take to display an image on a web app. I assume there are several ways...
  • AlexKaras's avatar
    5 years ago

    Hi,

     

    aqFile.GetCreationTime() returns file creation date/time.

    Depending on the implementation of your tested application, time difference you've mentioned might or might not include the time required to render image(s) on screen.

     

    P.S. Unrelated, but out of curiosity: if there are a lot of large files and the network is slow (i.e. time difference will be big), what will this mean?