obsidian/implementations/functions
Functions
Section titled “Functions”| Function | Description |
|---|---|
| createTFileInstance | Creates and properly initializes the instance of obsidian#TFile even the underlying file does not exist. This doesn’t create the missing file on the file system. |
| createTFolderInstance | Creates and properly initializes the instance of obsidian#TFolder even the underlying folder does not exist. This doesn’t create the missing folder on the file system. |
| getDataAdapterEx | Get the instance of the current DataAdapterEx. |