I want to pop open a file explorer window in Electron app using React and have a user select a particular folder and then capture the filepath they select, for further processing.
Is there a way to implement the above requirement and any leads would be really helpful .
Using electron dialogs, file explorer can be added in electron app.
Some useful resources: