From 7d42a7907eed2a1a96e934248a65a575cc3d7f38 Mon Sep 17 00:00:00 2001 From: Ooker Date: Thu, 10 Mar 2022 17:39:13 +0700 Subject: [PATCH] difference between getBasePath, getFullPath, getRealPath, getFullRealPath --- obsidian.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/obsidian.d.ts b/obsidian.d.ts index 4d553322..e4d0a702 100644 --- a/obsidian.d.ts +++ b/obsidian.d.ts @@ -631,6 +631,7 @@ export interface DataAdapter { */ append(normalizedPath: string, data: string, options?: DataWriteOptions): Promise; /** + * To learn what is the different between `getBasePath`, `getFullPath`, `getRealPath`, `getFullRealPath`, visit [this forum thread](https://forum.obsidian.md/t/what-are-the-differences-between-these-adapter-methods-getbasepath-getfullpath-getrealpath-getfullrealpath/32622?u=ooker) * @public */ getResourcePath(normalizedPath: string): string;