I feel it is very useful if there is a default folder present for certain operation, and if it is dedicated to labview (instead of e.g. temp, etc.) there is less clutter in the file system.
You don't
have to delete it, just leave it there. It won't hurt anything.
😉Anyway....
Have you tried to define a different default data directory (options...paths)?
Put the following line in the application.ini of your built application and point it to an existing folder such as temp:
DefaultDataFileLocation=....that should do it.