[Gambas-user] RE: Trouble with examples
Rob
sourceforge-raindog2 at ...94...
Wed Apr 21 00:30:28 CEST 2004
On Tuesday 20 April 2004 20:15, na2492 at ...9... wrote:
> this pb is reporteed since gambas-0.72, sometimes solved,
> actually not The IDE don't have the possibillity to make a
> workeable copy, so only chmod helps....???? I don't know why
All that's really needed is something like
if not exist(Application.Home &/ nameofproject) then
shell "cp -a " & exampledir &/ nameofproject & " " &
Application.Home &/ "" WAIT
endif
OpenTheProjectHowever(Application.Home &/ nameofproject)
I will try to write a patch in my copious free time ;)
Rob
More information about the User
mailing list