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

2014-08-25 Thread Caveat
Hello List Although there is always "cp -r", it makes for a very unportable program if you depend on calling external programs. Better to build it in to the language if it's generally and genuinely useful, or to make a callable function in some public repository of Gambas code, so people don'

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 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 source tree and then ite

[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 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 SUB > copia_dir(path_origen AS >

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 SUB > copia_dir(path_origen AS >

[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 SUB copia_dir(path_origen AS String

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 wrote: > Hi Folks, > > First thank you to all who provided comments an

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