[Gambas-user] stop file COPY

nando nando_f at ...951...
Mon Sep 28 14:20:58 CEST 2009


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 <dosida at ...626...>
To: mailing list for gambas users <gambas-user at 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® 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-12, 2009. Register now!
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
------- End of Original Message -------





More information about the User mailing list