SNRK-48: Add method
This commit is contained in:
parent
6e9eb88934
commit
7127d3582d
@ -9,6 +9,7 @@ public interface Directory : AutoCloseable {
|
|||||||
public suspend fun put(filename: String): FileWriter?
|
public suspend fun put(filename: String): FileWriter?
|
||||||
|
|
||||||
public suspend fun getSubdir(path: Path): Directory?
|
public suspend fun getSubdir(path: Path): Directory?
|
||||||
|
public suspend fun createSubdir(dirname: String, ignoreIfExists: Boolean = false): Directory?
|
||||||
}
|
}
|
||||||
|
|
||||||
public interface FileReader : AutoCloseable {
|
public interface FileReader : AutoCloseable {
|
||||||
|
Loading…
Reference in New Issue
Block a user