Re: [Gambas-user] Exist says OK, but the File.Load fails

2009-11-19 Thread BenoƮt Minisini
> Salut, > > this is my code (I added the line numbers) > Exist says OK > but the File.Load fails with : File or directory does not exist > > args[0] = Reports/US-presidents-3.xml is a relative path > If I use the Fullpath it works. > > AND: this only happens if the code is used in a component !

[Gambas-user] Exist says OK, but the File.Load fails

2009-11-18 Thread Charlie Reinl
Salut, this is my code (I added the line numbers) Exist says OK but the File.Load fails with : File or directory does not exist args[0] = Reports/US-presidents-3.xml is a relative path If I use the Fullpath it works. AND: this only happens if the code is used in a component ! In the projec