I need to access a file browser to select files in runtime. I need load images dynamically for example. Any idea how get that working for mac & windows?
If you cant use a API (http request to your server that is usually the proper way to do it) you have full access to C# system.IO
library: File Class (System.IO) | Microsoft Learn