()
| 6 | } |
| 7 | |
| 8 | function defaultCacheDir(): string { |
| 9 | return formatPath(roConfig.env.path.homeDir + '/.cache/netmount', osInfo.platform === 'windows') |
| 10 | } |
| 11 | |
| 12 | function rcloneConfigFile(): string { |
| 13 | return formatPath(netmountDataDir() + '/rclone.conf', osInfo.platform === 'windows') |