[Gambas-user] stop file COPY
Benoît Minisini
gambas at ...1...
Wed Oct 7 23:30:33 CEST 2009
> Benoît,
>
> If I called COPY from a form and closed that form while the COPY command
> was still copying a large file would that stop the action?
> or would the command still copy the file in the background?
>
> Regards,
> Dimtiris
>
There is no background process or threads in Gambas, unless explicitely
mentioned in some specific class, like the DNS resolver.
So during the COPY command, nothing else is done by the interpreter.
Regards,
--
Benoît Minisini
More information about the User
mailing list