Re: [Gambas-user] Feature suggestion: GAMBAS optional runtime auto-update

2014-08-25 Thread Julio Sanchez
Alexie: Does anybody has written a Gambas project, which can auto-update itself from a website (e.g. download gz/tar or git/svn) and restart itself? What I've done is a class that reads information from a web page on the internet. This website contains information about the program version and

Re: [Gambas-user] Gambas Magazine - Update

2014-08-25 Thread Daniel Quintero
Hi Randall? As an idea, can I translate some of the articles to spanish? Regards. *_* *Lic. Daniel Quintero Rojas* *¡Saludos desde México!* On Wed, Aug 20, 2014 at 3:20 PM, Randall Morgan rmorga...@gmail.com wrote: Hi Folks, First thank you to all who

[Gambas-user] Add new command to: Copy directories recursively

2014-08-25 Thread Julio Sanchez
Hi, could you add a new order within gambas3 to copy directories recursively. Something like this: PUBLIC http://gambaswiki.org/wiki/lang/public SUB http://gambaswiki.org/wiki/lang/sub copia_dir(path_origen AS http://gambaswiki.org/wiki/lang/as String http://gambaswiki.org/wiki/lang/type/string,

Re: [Gambas-user] Add new command to: Copy directories recursively

2014-08-25 Thread Benoît Minisini
Le 25/08/2014 22:28, Julio Sanchez a écrit : Hi, could you add a new order within gambas3 to copy directories recursively. Something like this: PUBLIC http://gambaswiki.org/wiki/lang/public SUB http://gambaswiki.org/wiki/lang/sub copia_dir(path_origen AS http://gambaswiki.org/wiki/lang/as

Re: [Gambas-user] Add new command to: Copy directories recursively

2014-08-25 Thread Tobias Boege
On Mon, 25 Aug 2014, Julio Sanchez wrote: Hi, could you add a new order within gambas3 to copy directories recursively. Something like this: PUBLIC http://gambaswiki.org/wiki/lang/public SUB http://gambaswiki.org/wiki/lang/sub copia_dir(path_origen AS http://gambaswiki.org/wiki/lang/as

[Gambas-user] from: Mrrichardwallace

2014-08-25 Thread mrrichardwall...@yahoo.com
Greetings http://skorpioairsoft.hu/bear.php?ynhkhmbkar3101ths mrrichardwall...@yahoo.com -- Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/

Re: [Gambas-user] Add new command to: Copy directories recursively

2014-08-25 Thread B Bruen
On Mon, 25 Aug 2014 22:28:29 +0200 Julio Sanchez jusabejus...@gmail.com wrote: Hi, could you add a new order within gambas3 to copy directories recursively. (snippped) Here's my version, slightly different to Tobi's. I find that it is better to provide an array of all the paths in the