Re: [Gambas-user] How to include folder/ files in to project directory.

2013-05-19 Thread J Sundar
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 f

Re: [Gambas-user] How to include folder/ files in to project directory.

2013-05-18 Thread Benoît Minisini
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 applica

Re: [Gambas-user] How to include folder/ files in to project directory.

2013-05-18 Thread Fabien Bodard
In a Linux application you can store it in the .local/myapp user folder Le 18 mai 2013 04:13, "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 d

[Gambas-user] How to include folder/ files in to project directory.

2013-05-17 Thread J Sundar
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. When i run the program from ide it copies