Hi hackers,
I’ve been working on a plugin that creates a small directory structure and a few boilerplate files. I’d like to prompt the user to specify the name of a new root directory for the generated subdirectories and files, and then to specify a location to save this new root directory and its generated contents.
I’m able to prompt the user with an input panel for the name of the new directory, and I would then like the OS file choose to appear, enabling the user to select a filesystem location where this new directory should be created. Do any of you have some advice about how I might be able to do this? I feel like it may not be possible given the ST2 API.