Filecopy

R

Rubens

Hi,

line 1 start = now
line 2 filecopy a, b
line 3 end = now
line 4 duration = end - start

How can i be sure that line 3 will only execute AFTER the filecopy in line 2
is finished ?

Thanks.
 
D

Douglas J. Steele

As far as I know, filecopy is synchronous, so control doesn't pass to the
next statement until the copy has been completed.
 
M

mie via AccessMonster.com

Why start new thread when you already have one?
Hi,

line 1 start = now
line 2 filecopy a, b
line 3 end = now
line 4 duration = end - start

How can i be sure that line 3 will only execute AFTER the filecopy in line 2
is finished ?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top