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
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.
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