MCPcopy Create free account
hub / github.com/VirtualHotBar/NetMount / fs_exist_dir

Function fs_exist_dir

src/utils/utils.ts:216–220  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

214}
215
216export async function fs_exist_dir(path: string) {
217 return (await invoke('fs_exist_dir', {
218 path: path,
219 })) as boolean
220}
221
222export async function fs_make_dir(path: string) {
223 try {

Callers 1

mountStorageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected