Re: [Gambas-user] accessing "embedded" project files from Shell command

2014-08-28 Thread Kevin Fishburne
On 08/28/2014 04:14 PM, Tobias Boege wrote: On Thu, 28 Aug 2014, Kevin Fishburne wrote: When you store data files in the project directory and compile the program those files are contained within the resulting .gambas executable. From within the program they can be accessed as though they were i

Re: [Gambas-user] accessing "embedded" project files from Shell command

2014-08-28 Thread Tobias Boege
On Thu, 28 Aug 2014, Beno?t Minisini wrote: > Le 28/08/2014 22:14, Tobias Boege a ?crit : > > PS: Or what Benoit said... BTW: is the .gambas file in a Gambas-specific > > archive format? > > > > Yes. Why? > I thought about a way to unpack the archive. gba3 -x didn't come to my mind. Before

Re: [Gambas-user] accessing "embedded" project files from Shell command

2014-08-28 Thread Benoît Minisini
Le 28/08/2014 22:14, Tobias Boege a écrit : > PS: Or what Benoit said... BTW: is the .gambas file in a Gambas-specific > archive format? > Yes. Why? -- Benoît Minisini -- Slashdot TV. Video for Nerds. Stuff that

Re: [Gambas-user] accessing "embedded" project files from Shell command

2014-08-28 Thread Tobias Boege
On Thu, 28 Aug 2014, Kevin Fishburne wrote: > When you store data files in the project directory and compile the > program those files are contained within the resulting .gambas > executable. From within the program they can be accessed as though they > were in the current directory. Is it possi

Re: [Gambas-user] accessing "embedded" project files from Shell command

2014-08-28 Thread Benoît Minisini
Le 28/08/2014 21:53, Kevin Fishburne a écrit : > When you store data files in the project directory and compile the > program those files are contained within the resulting .gambas > executable. From within the program they can be accessed as though they > were in the current directory. Is it possi

[Gambas-user] accessing "embedded" project files from Shell command

2014-08-28 Thread Kevin Fishburne
When you store data files in the project directory and compile the program those files are contained within the resulting .gambas executable. From within the program they can be accessed as though they were in the current directory. Is it possible to access (read only) those files using a comma