[Gambas-user] Problem with printing picture in executable
Benoit Minisini
gambas at ...1...
Sat May 13 20:11:20 CEST 2006
On Saturday 13 May 2006 14:47, fabien Bodard wrote:
> Le Saturday 13 Mai 2006 12:44, Benoit Minisini a écrit :
> > On Saturday 13 May 2006 06:32, Laxminarayan G Kamath A wrote:
> > > On 05/13/06 01:02, Benoit Minisini wrote:
> > > >The next development version will understand "./" and "../" in
> > > > relative paths as expected, i.e. "./toto.jpg" will be equivalent to
> > > > "toto.jpg".
> > >
> > > http://freshmeat.net/projects/getabspath/
> > > You using this?
> >
> > Absolutely not.
> >
> > In Gambas, a relative path points at a file inside the executable. Until
> > recently, the interpreter didn't interpret "." and "..", and so
> > "./toto.jpg" and "toto.jpg" were two different files.
> >
> > Regards,
>
> And what about a thing like :
>
> Application.path &/ "../mypath"
>
> (/lib/bin/../share/mypath) for exemple
>
>
> I know it's not really usefull but....
>
> fabien
>
That is an absolute path. I was talking about relative paths, which are
managed differently by Gambas than by the operating system.
Regards,
--
Benoit Minisini
More information about the User
mailing list