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

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -