Hello community,
I am completely new to the world of Godot and am looking forward to learning a lot of new things.
To start with, I have a very small project in mind to learn basic elements.
This one is about creating a folder structure with the click of a button.
There is a create button and a button to select the directory where the folder structure should be created.
I have already managed to created the folder structure by pressing the create button.
And when pressing the button to select the directory, the File Dialog window opens and you can select a target folder.
What I need support with is how to set the path of the File Dialog window as the creation location for the folder structure?
So that after the path has been selected via the File Dialog window, it is stored and when pressing the create button, this selected path is used to create the folder structure.
It would be nice if you could help me and give tips.
With kind regards
rktpxl