Menu

Open File Dialog

file I/O (4)
miller9904

Open File Dialog

This function is implemented in Prealpha A2 and later.

The Open File Dialog is a small file browser with which users can select files from the server to open. It has a counterpart in the save file dialog.

var path = App.selectFileForOpen();
path.then(function(file) {
    var f = App.openFile(file);
});

MongoDB Logo MongoDB