()
| 10 | } |
| 11 | |
| 12 | function rcloneConfigFile(): string { |
| 13 | return formatPath(netmountDataDir() + '/rclone.conf', osInfo.platform === 'windows') |
| 14 | } |
| 15 | |
| 16 | function netmountLogDir(): string { |
| 17 | return formatPath(netmountDataDir() + '/log/', osInfo.platform === 'windows') |
no test coverage detected