What is the best practice for where to put application files that will be maintained by the user application.
When developing I am just putting them on a sub under dirAPP so I always know where they are.
Does dirAPP end up returning the location where the executable was installed? And if so is that likely to be a problem when writting to files there?
When developing I am just putting them on a sub under dirAPP so I always know where they are.
Does dirAPP end up returning the location where the executable was installed? And if so is that likely to be a problem when writting to files there?