How to get the absolute Storage Directory?

Hello everybody, How can i get the absolute storage directory on Android and iOS? i think on Android it’s something like “/emuated/0” but how can i get it with the code?

There is FuseJS module called FuseJS/FileSystem maybe it can help you

I tested all of them but it always returns the private app folder.

I believed you have to write Foreign Code in Uno and implement like this

To get started with Foreign Code check this out : https://fuseopen.com/docs/native-interop/foreign-code.html and to create Native JS Module : https://fuseopen.com/docs/native-interop/native-js-modules.html

Ok, i will look at this. Thanks