mirror of
https://github.com/GayPizzaSpecifications/dough.git
synced 2025-08-18 04:11:32 +00:00
fs: implement path separator info
This commit is contained in:
@ -2,5 +2,6 @@ package gay.pizza.dough.fs
|
||||
|
||||
interface FsProvider : FsPathResolver {
|
||||
val currentWorkingDirectory: FsPath
|
||||
val separator: String
|
||||
val operations: FsOperations
|
||||
}
|
||||
|
Reference in New Issue
Block a user