Compose GLFW
Toggle table of contents
0.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Compose GLFW
Compose GLFW
/
dev.sargunv.composeglfw
/
FilePicker
/
pickFolder
pick
Folder
abstract
fun
pickFolder
(
defaultDirectory
:
Path
?
=
null
)
:
Path
?
(
source
)
Opens a native dialog to choose one folder.
Return
the selected folder, or null if the dialog is canceled.