FIleSystem browse directory
-
Could we get a function (or an additional option) so that the file browser can be used to select a directory instead of a file?
-
Seems it was a simple thing to add
browse(var startFolder, bool forSaving, String wildcard, bool forDirectory, var callback)
@Christoph-Hart This breaks backwards compatibility, do you think this is okay in this instance or would it be better to make a separate function?
-
@d-healey I would love this too. This would allow us to create custom Change Sample Location buttons, etc.
-
@Lunacy-Audio That's exactly what I'm doing :) I have the directory browser working, once I get confirmation from Christoph that the way I've done it is acceptable I'll push to github and make a pull request.
-
-
@Lunacy-Audio It works! Can work for expansions too!
-
@d-healey Amazing! I should pull request the
createDirectory()
function as well. -
This post is deleted!