[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error when accessing hidden internal resources after compilation


So when you run the project in the IDE the path "./" points to the project
dir.
when running the executable it points to the executable contents.
(and the hidden files are not included)

hope that makes sense.
BruceS

On Thu, 20 Feb 2025 at 17:54, Bruce Steers <bsteers4@xxxxxxxxx> wrote:

> no hidden files or hidden folders get added to an archive.
>
> only the hidden folder ".public" gets added.
>
> if you want to hide files it is best to put them in there but the files
> themselves must not start with a .dot.
>
> Respects
> BruceS
>
>
> On Thu, 20 Feb 2025 at 17:04, Claus Dietrich <claus.dietrich@xxxxxxxxxx>
> wrote:
>
>> Am 20.02.25 um 17:46 schrieb T Lee Davidson:
>>
>>
>> Perhaps it has something to do with what file you are copying or the type
>> of project you are working on. I just tried it by copying the ".project"
>> file in a command-line application (using the format: copy "./.filename" to
>> "targetdir/.filename"), and it worked with no issues.
>>
>> I am assuming that when you say, "When I compile it," that you are
>> meaning creating an executable and running that. That's what I did.
>>
>> It happens with all hidden files. It is a Gambas-executable of a
>> QT-application. This problem has been reported by two others and I could
>> reproduce it reliability with any hidden file.
>>
>> Regards Claus
>>
>>
>>
>>

Follow-Ups:
Re: Error when accessing hidden internal resources after compilationBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>