rust-xplm icon indicating copy to clipboard operation
rust-xplm copied to clipboard

Add wrappers for XPLMGetSystemPath

Open JDeeth opened this issue 8 months ago • 2 comments

Currently there's no wrapper for XPLMGetSystemPath

https://developer.x-plane.com/sdk/XPLMGetSystemPath/ https://docs.rs/xplm-sys/latest/xplm_sys/fn.XPLMGetSystemPath.html

I'm a bit unsure how to use this function safely in Rust given it's a string pointer outparam!

JDeeth avatar Apr 27 '25 20:04 JDeeth