* Returns the directory where config backup files are stored. * Uses ~/.ncode/backups/ to keep the home directory clean.
()
| 1434 | * Uses ~/.ncode/backups/ to keep the home directory clean. |
| 1435 | */ |
| 1436 | function getConfigBackupDir(): string { |
| 1437 | return join(getNcodeConfigHomeDir(), 'backups') |
| 1438 | } |
| 1439 | |
| 1440 | /** |
| 1441 | * Find the most recent backup file for a given config file. |
no outgoing calls
no test coverage detected