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

Error when accessing hidden internal resources after compilation


Yesterday I stumbled over the following problem:

When I access a hidden project internal resource file, i.e.

copy "./.filename" to "targetdir/.filename"

it works fine during development time. But when I compile it,

the app throws an error:

The application has raised an unexpected error and must abort.

[45] File or directory does not exist.

Is this normal and explainable or is it a bug? I managed to overcome

this problem by using Application.Path & "/.hiddenresource but I

would prefer to know why a relative path to a hidden internal

resource fails after compilation.

Best regards

Claus



Follow-Ups:
Re: Error when accessing hidden internal resources after compilationT Lee Davidson <t.lee.davidson@xxxxxxxxx>