mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 10:22:58 +08:00
refactor: transfer
This commit is contained in:
11
src/test/kotlin/app/termora/vfs/TestFileSystem.kt
Normal file
11
src/test/kotlin/app/termora/vfs/TestFileSystem.kt
Normal file
@@ -0,0 +1,11 @@
|
||||
package app.termora.vfs
|
||||
|
||||
import okio.Path.Companion.toPath
|
||||
import kotlin.test.Test
|
||||
|
||||
class TestFileSystem {
|
||||
@Test
|
||||
fun test() {
|
||||
println(okio.FileSystem.SYSTEM.list(".".toPath()))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user