MCPcopy
hub / github.com/callumalpass/tasknotes / createVaultFolder

Function createVaultFolder

src/core/VaultMutationService.ts:15–17  ·  view source on GitHub ↗
(app: App, path: string)

Source from the content-addressed store, hash-verified

13}
14
15export async function createVaultFolder(app: App, path: string): Promise<void> {
16 await app.vault.createFolder(path);
17}
18
19export async function modifyVaultFile(app: App, file: TFile, content: string): Promise<void> {
20 await app.vault.modify(file, content);

Callers 2

createNewFileMethod · 0.90
renderGeneralTabFunction · 0.90

Calls 1

createFolderMethod · 0.80

Tested by

no test coverage detected