()
| 22 | } |
| 23 | |
| 24 | function openlistLogFile(): string { |
| 25 | return formatPath(openlistDataDir() + '/log/log.log', osInfo.platform === 'windows') |
| 26 | } |
| 27 | |
| 28 | function openlistDataDir(): string { |
| 29 | return formatPath(netmountDataDir() + '/openlist/', osInfo.platform === 'windows') |
no test coverage detected