c# - Launch application from App doesn't create files -


i need update windows 8.1 app adding functionality of calling external executable.

i therefore created file custom extension , associated application. launching file, application creates 2 files in same directory of first file.

if run application command line or double-clicking on file, works fine , creates both files. if run application launching file via windows store app this:

await launcher.launchfileasync(file, options); 

the application starts (it displays alert telling me has started) doesn't create file.

can me?


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -