The core package use the java.io.File to access the file-system.
Only support OS'es using /
as path separator, e.g. Unix/Linux.
Add to Gradle project dependencies
:
implementation 'com.llamalab.safs:safs-core:0.2.0'
Same as java.nio.file packages except located in com.llamalab.safs
,
and instead of java.nio.channels.SeekableByteChannel
use com.llamalab.safs.channels.SeekableByteChannel
.