Rolf,
I am having a difficult time trying to explain what I am after.
Here is an example. In Microsoft Access VBA code, a person can use a line of code like this -
MsgBox CurrentDb.Name
to obtain the full path to the .accdb file (such as C:\MSAccess\DemoCode\Test1.accdb)
I am curious if there is a way to obtain either the source file name (the .b4a file), or the generated file name (the .apk file) from within the program such as a person is able to do inside the MS Access VBA code shown above.
Thanks for your assistance,
Brad