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

c++ - CPP, 'X' button listener -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -