We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dbb94d commit e4893b1Copy full SHA for e4893b1
1 file changed
src/fslib.js
@@ -103,6 +103,8 @@ function _isSubPathOf(dir, subDir) {
103
104
const fileSystemLib = {
105
mountNativeFolder: async function (...args) {
106
+ // Opens a file picker(or use provided handle) to open the folder in the system with fs access api.
107
+ // to be used in browsers like chrome/edge that supports fs access apis
108
return NativeFS.mountNativeFolder(...args);
109
},
110
openTauriFilePickerAsync: function (options) {
0 commit comments