#Get tauri executable directory
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
Hi,
I am trying to build an app with tauri and I need to save and load a file from the directory were tauris executable is. My question is how do I get the path of the tauri executable. Thank you for help 🙂
Returns the full filesystem path of the current running executable.
Thank you very much