MCPcopy Create free account
hub / github.com/VemtoOrg/vemto2 / folderDoesNotExist

Method folderDoesNotExist

src/main/base/FileSystem.ts:17–19  ·  view source on GitHub ↗
(folderPath: string)

Source from the content-addressed store, hash-verified

15 }
16
17 folderDoesNotExist(folderPath: string) {
18 return !this.folderExists(folderPath)
19 }
20
21 isFolder(path: string) {
22 try {

Callers 2

copyFolderIfNotExistsMethod · 0.95
clearFolderMethod · 0.95

Calls 1

folderExistsMethod · 0.95

Tested by

no test coverage detected