FileDialog
fileDialog
is a global variable used to open, save, etc. file operations.
Usage
const files = await fileDialog.show({ dialogType: "multiple",});console.log("selected files: ", e);
fileDialog
is a global variable used to open, save, etc. file operations.
Usage
const files = await fileDialog.show({ dialogType: "multiple",});console.log("selected files: ", e);