From bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 23 Jun 2019 14:12:10 +0200 Subject: API documentation for KVision 0.0.37 --- api/pl.treksoft.kvision.cordova/get-parent.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 api/pl.treksoft.kvision.cordova/get-parent.html (limited to 'api/pl.treksoft.kvision.cordova/get-parent.html') diff --git a/api/pl.treksoft.kvision.cordova/get-parent.html b/api/pl.treksoft.kvision.cordova/get-parent.html new file mode 100644 index 00000000..ce09a5e4 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/get-parent.html @@ -0,0 +1,15 @@ + + + +getParent - kvision + + + +kvision / pl.treksoft.kvision.cordova / getParent
+
+

getParent

+ +suspend fun Entry.getParent(): Result<DirectoryEntry, FileException> +

Get file or directory parent directory entry.

+ + -- cgit