I have an app that has a file list pointed to a directory and the pattern is set to *.wav.
A timer runs every 30 seconds.
When the timer goes off, I want to check the filesize of the wave files in the directory and if the size is the same after wo consecutive checks, I can then perform actions on the file (I will then know the entire file has been received).
Can someone help me use the GetFileSize()? and how can I check to make sure it is the same with two consecutive checks (timer calls) for each file in the directory?
Thanks.
fergmj
A timer runs every 30 seconds.
When the timer goes off, I want to check the filesize of the wave files in the directory and if the size is the same after wo consecutive checks, I can then perform actions on the file (I will then know the entire file has been received).
Can someone help me use the GetFileSize()? and how can I check to make sure it is the same with two consecutive checks (timer calls) for each file in the directory?
Thanks.
fergmj