#Opening the Windows File Explorer mid-game
1 messages · Page 1 of 1 (latest)
It looks like the methods you'll want are in the OS class, specifically shell_open. Documentation: https://docs.godotengine.org/en/stable/classes/class_os.html#class-os-method-shell-open
Godot Engine documentation
Inherits: Object Provides access to common operating system functionalities. Description: This class wraps the most common functionalities for communicating with the host operating system, such as ...
Thank you so much! I'll get testing soon.
(SOLVED) Opening the Windows File Explorer mid-game
@hasty wigeon You do not need to (nor would we rather you) change the title to "SOLVED". We have a Solved tag
Right click the post and go to Edit Tags
Opening the Windows File Explorer mid-game
Done, thank you.