Add Windows OS support
Open
feature
good first issue
- Dominant language
- Kotlin
- Stars
- 38
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Rsynk has some platform-dependent code such as retrieving file system information and reading all kinds of file information like owners, permissions, etc.
To add windows we should add another implementation of `FileSystemInfo` (apart from `UnixDefaultFileSystemInfo`) and load correct implementation on application start.
P.S. there are tests that uses FIleSystemInfo, to make them work on windows the different implementation should be provided there as well (search for `issue#2` in code).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.