From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../pl.treksoft.kvision.cordova/get-directory.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 api1/pl.treksoft.kvision.cordova/get-directory.html (limited to 'api1/pl.treksoft.kvision.cordova/get-directory.html') diff --git a/api1/pl.treksoft.kvision.cordova/get-directory.html b/api1/pl.treksoft.kvision.cordova/get-directory.html new file mode 100644 index 00000000..2ef39f37 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/get-directory.html @@ -0,0 +1,22 @@ + + + +getDirectory - kvision + + + +kvision / pl.treksoft.kvision.cordova / getDirectory
+
+

getDirectory

+ +suspend fun DirectoryEntry.getDirectory(path: String, create: Boolean = true, exclusive: Boolean = false): Result<DirectoryEntry, FileException> +

Get or create a directory in a given parent directory.

+

Parameters

+

+path - target directory path

+

+create - Used to indicate that the user wants to create a directory if it was not previously there.

+

+exclusive - Fail if the target path directory already exists.

+ + -- cgit