Re: Help with File



On Tue, 27 Dec 2005 10:47:38 +0100, <john_chen_5@xxxxxxxxx> wrote:

copying a file from remote server to local hard drive

File size is known.

I need a program that can do the following:


1. Recognize that given file has started to be written inside a given folder. (record this time) 2. Recognize that this file has been completely downloaded (once the file size has been reached it is assumed that file has been downloaded completely). (record this time)

I need to find these two time.

Perhaps you can use the time of modification of the directory, and the time of modification of the file itself.

-Enrique
.