I need to get the file path of the .config folder only can any one help me
I need to select or read only .config files via file chooser in java fx can any one help me
108 views Asked by Faseem At
1
I need to get the file path of the .config folder only can any one help me
You can add
ExtensionFilter
to yourFileChooser
to select only .config files (or any type) viaFileChooser
. e.g.You can set any extention type to the FileChooser. e.g.
Hope it helps.!