(key: string, fpPath: string)
| 27 | * @param fpPath Flashpoint Path |
| 28 | */ |
| 29 | export function getContentFolderByKey(key: string, fpPath: string): string { |
| 30 | return path.join(fpPath, 'Curations', 'Working', key, 'content'); |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * Recursively index the content folder |
no outgoing calls
no test coverage detected