Why does it so? Copying shell script/file to temp directory is working
perfectly well. The following gambas inbuilt command works perfectly
Copy Application.Path & "/file" & " path/to/destination"
But not this one
SHELL "cp -r " & Application.Path & "/folder" & " path/to/destination"
I am writing from non gambas system. So leave the syntax error if any.

One more thing i have noticed is that when i run the script with above
command from IDE, folders are copied to destination but after compilation
the same does not work. Is there any way to copy folder which is located in
the project directory to destination path?


On Sat, May 18, 2013 at 4:29 PM, Benoît Minisini <
gam...@users.sourceforge.net> wrote:

> Le 18/05/2013 04:12, J Sundar a écrit :
> > Is it possible to include folder (which include lot of files) in to the
> > project directory? This folder will have all supporting files required to
> > run my application. The same directory is required to copied in to other
> > folder while running the application.
>
> At the moment, you must do that by hand with a file manager (just put
> the folder directly into the project directory). The IDE is not yet able
> to copy an entire directory.
>
> Regards,
>
> --
> Benoît Minisini
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to