Hi, I want native dialog flags (e.g. FOS_FORCEFILESYSTEM ) for the file and directory pickers on Windows, but I don't see a public way to do that:
|
// Add in FOS_PICKFOLDERS which hides files and only allows selection of folders |
|
fileOpenDialog.setFlag(FOS_PICKFOLDERS) |
Would you consider adding support for this?
Thanks!
Hi, I want native dialog flags (e.g.
FOS_FORCEFILESYSTEM) for the file and directory pickers on Windows, but I don't see a public way to do that:FileKit/filekit-dialogs/src/jvmMain/kotlin/io/github/vinceglb/filekit/dialogs/platform/windows/WindowsFilePicker.kt
Lines 111 to 112 in 9d95c48
Would you consider adding support for this?
Thanks!