Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirtualHotBar/NetMount
/ fs_make_dir
Function
fs_make_dir
src/utils/utils.ts:222–231 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
220
}
221
222
export
async
function
fs_make_dir(path: string) {
223
try {
224
await
invoke(
'fs_make_dir'
, {
225
path: path,
226
})
227
return
true
228
} catch {
229
return
false
230
}
231
}
232
233
/**
234
* 格式化路径
Callers
1
mountStorage
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected