[javascript-dev] Re: Re: Re: creating files problem in a standalone (problem solved!)
Emmanuel Jourdan
c74-mailinglists at e--j.com
Wed Jan 30 03:15:04 MST 2008
- Previous message: [javascript-dev] Re: Re: Re: creating files problem in a standalone (problem solved!)
- Next message: [javascript-dev] jsui flicker
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 30 janv. 08, at 09:42, Jean-Baptiste Thiebaut wrote: > > Hi, > > I finally solved the problem. We apparently can't modify a file that > has been included in the standalone package. > > To give you an example, I have been including a number of files, > called "bkp0", "bkp1", and so on, in my standalone so the files > could be used by the programs. My app allows to modify these files. > When these are stored within the program package I can't modify > them, so I guess that it forces the file to be opened as "read" > instead of "readwrite", for instance. > > The solution was to remove the files before creating the standalone > so that they would not be included, then add them manually at the > same level as the application. The files can then be modified. I can confirm the behavior. Thanks for the report. ej
- Previous message: [javascript-dev] Re: Re: Re: creating files problem in a standalone (problem solved!)
- Next message: [javascript-dev] jsui flicker
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
