MCPcopy
hub / github.com/marktext/marktext / relative

Method relative

packages/desktop/src/types/global.d.ts:127–127  ·  view source on GitHub ↗
(from: string, to: string)

Source from the content-addressed store, hash-verified

125 join(...paths: string[]): string
126 resolve(...paths: string[]): string
127 relative(from: string, to: string): string
128 isAbsolute(path: string): boolean
129 normalize(path: string): string
130 parse(path: string): { root: string; dir: string; base: string; ext: string; name: string }

Callers 7

QuickOpenCommandClass · 0.80
moveImageToFolderFunction · 0.80
isChildOfDirectoryFunction · 0.80
index.tsFile · 0.80
isChildOfDirectoryFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected