[javascript-dev] Re: Re: Re: creating files problem in a standalone (problem solved!)
Jean-Baptiste Thiebaut
pplato at gmail.com
Wed Jan 30 01:42:54 MST 2008
- Previous message: [javascript-dev] Re: Re: Re: creating files problem in a standalone
- Next message: [javascript-dev] Re: Re: Re: creating files problem in a standalone (problem solved!)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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. Cool. For those who used my program Pompiloop and reported about this bug, this is now fixed and should be online sometime today at http://www.pompiloop.com/ Jean-Baptiste
- Previous message: [javascript-dev] Re: Re: Re: creating files problem in a standalone
- Next message: [javascript-dev] Re: Re: Re: creating files problem in a standalone (problem solved!)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
