[Gambas-user] 2 easy questions
Robert Rowe
robert.c.rowe at ...626...
Wed Mar 26 00:51:42 CET 2008
Sweet. This is quite hard to do in VB. I'm starting to love Gambas more
every day. Especially after fighting with VB.Net for 10 hours. :(
Robert Rowe
Benoit Minisini wrote:
> On mercredi 26 mars 2008, jbskaggs wrote:
>
> Or if you want only Gambas code:
>
> DIM sFile AS String
>
> FOR EACH sFile IN RDir(Source)
> IF IsDir(Source &/ sFile) THEN
> MKDIR Dest &/ sFile
> ELSE
> COPY Source &/ sFile TO Dest &/ sFile
> ENDIF
> NEXT
>
> ...there are integrists sometimes :-)
>
> Regards,
>
>
More information about the User
mailing list