(path: string)
| 78 | copyPath(source: string, destination: string, newName?: string): Promise<string>; |
| 79 | getPathInfo(path: string): Promise<Record<string, any>>; |
| 80 | deletePath(path: string): void; |
| 81 | readPath(path: string): Promise<string>; |
| 82 | writeToPath(path: string, content: any, binary?: boolean): Promise<void>; |
| 83 | parentPathForPath(path: string): string; |
no outgoing calls
no test coverage detected