Can't open my app in other directory than build path

Hi, today i found out that my app doesn’t work in any other directories than directory that i selected when i builded my app… My app creates new file when running first time, in order to load next scene app wait till app creates that file but my app doesn’t create that file in other directories. It works only in the build directory.

Sorry for my bad english.

Okay i found a fix.

My application was located inside ProgramFiles, Your app dont have a permission to create any files inside.
—FIX-----
Try to run your app as Administrator.