You would have to find the pid of the copy program
such as something like the following to help find the exact command:
pgrep "cp..."
then use kill, pkill
This may lesd you in a direction.
-Fernando


---------- Original Message -----------
From: Dimitris Anogiatis <dos...@gmail.com>
To: mailing list for gambas users <gambas-user@lists.sourceforge.net>
Sent: Mon, 28 Sep 2009 02:43:35 -0600
Subject: [Gambas-user] stop file COPY

> Hey guys,
> 
> Does anyone if it's possible to cancel a file COPY of a pretty big file
> (a few hundred megabytes) in the middle of the action?
> 
> I'm trying to add this functionality to my backup project but I can't find
> any parameters on the Copy command within the documentation.
> 
> Regards
> Dimitris
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
------- End of Original Message -------


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to