Re: [Gambas-user] Acting on a file in the local folder of a Gambas project

2013-01-05 Thread Ru Vuott
Ah, Ok. Thanks a lot, Bruce. vuott --- Dom 6/1/13, Bruce ha scritto: > Da: Bruce > Oggetto: Re: [Gambas-user] Acting on a file in the local folder of a Gambas > project > A: "mailing list for gambas users" > Cc: gam...@users.sourceforge.net > Data: Domenic

Re: [Gambas-user] Acting on a file in the local folder of a Gambas project

2013-01-05 Thread Bruce
Hi Vuott, The answer lies in understanding the difference between relative and absolute paths in the gambas runtime. There is some help at http://gambasdoc.org/help/cat/path?pt&v3 Some comments inline below On Sat, 2013-01-05 at 22:45 +, Ru Vuott wrote: > Hello, > > > I don't understand.

[Gambas-user] Acting on a file in the local folder of a Gambas project

2013-01-05 Thread Ru Vuott
Hello, I don't understand... I have a file in local folder of my Gambas project, if my Gambas code is: Copy "myFile" To User.Home &/ "myFile" it's possible copy the file; But if the code is: Move "myFile" To User.Home &/ "myFile" it isn't possible to move the file. Infact an error re