MCPcopy Index your code
hub / github.com/ZToolsCenter/ZTools / getFinderPath

Method getFinderPath

src/main/api/renderer/system.ts:85–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84
85 private async getFinderPath(): Promise<string | null> {
86 try {
87 return await appleScriptHelper.getFinderPath()
88 } catch (error) {
89 console.error('[System] 获取访达路径失败:', error)
90 return null
91 }
92 }
93
94 private async getLastCopiedContent(timeLimit?: number): Promise<{
95 type: 'text' | 'image' | 'file'

Callers 1

setupIPCMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected