SimConnect functions like SimConnect_AICreateEnrouteATCAircraft() require path to flight plan file. My WASM module creates flight plans at runtime and saves them to \work folder.
How should I express paths to flight plan files to use them with SimConnect functions?
I have not found a way to use relative paths, nor a way to detect absolute path to \work folder from inside the WASM module.