Function getAllFilesByPath

  • Vault内の全ファイルをVault rootからの相対パスをキーとしたMapで取得します

    getAllFilesByPath()
    // { "Notes/hoge.md": TFile, "Notes/hoga.md": TFile, ... }

    Returns {
        [path: string]: TFile;
    }

    • [path: string]: TFile

Generated using TypeDoc