Re: HOWTO check if file is completly copied - OS9
Re: HOWTO check if file is completly copied - OS9
- Subject: Re: HOWTO check if file is completly copied - OS9
- From: Brendan Wilde <email@hidden>
- Date: Wed, 9 Feb 2005 22:46:32 +1100
I need to make a script for OS9, a file need to be modified.
The file is being copied over the network.
So before doing something with the file, I need to check is the file
is complete!
Anyone a trick to do this thing?
I have a script that copies a file over a network then once it has
finished copying it
moves the original file...
i did it by getting the size of original file
then repeatedly getting the size of the new file
until the size of new file is the same size as the size of the original
file
this is not really a good way to do it, it probably hogs memory
but it works and i couldn't think of another way to do it...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden