()
| 40 | } |
| 41 | |
| 42 | export function getPreviewsDir(): string { |
| 43 | return path.join(getCacheDir(), PREVIEWS_DIR_NAME); |
| 44 | } |
| 45 | |
| 46 | export function getLegacyFilePath(fileName: string): string { |
| 47 | return path.join(os.homedir(), LEGACY_DIR, fileName); |
no test coverage detected