FS.FileDialog¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
||||
<output> |
String [String] |
|||
Filters |
To filter files based on extensions. | None |
[String] &[String] |
|
CurrentDir |
Set the current directory | None |
String &String |
|
Multiple |
To select multiple files instead of just one. | false |
Bool |
|
Folder |
To select a folder instead of a file. | false |
Bool &Bool |
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|