fs: implement path separator info

This commit is contained in:
2023-09-05 16:24:38 -07:00
parent 3056aa9dfc
commit 8d3cd99c46
4 changed files with 10 additions and 0 deletions

View File

@ -2,5 +2,6 @@ package gay.pizza.dough.fs
interface FsProvider : FsPathResolver {
val currentWorkingDirectory: FsPath
val separator: String
val operations: FsOperations
}