diff options
Diffstat (limited to 'api/pl.treksoft.kvision.cordova/get-parent.html')
-rw-r--r-- | api/pl.treksoft.kvision.cordova/get-parent.html | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>getParent - kvision</title> +<link rel="stylesheet" href="../../style.css"> +</HEAD> +<BODY> +<a href="../index.html">kvision</a> / <a href="index.html">pl.treksoft.kvision.cordova</a> / <a href="./get-parent.html">getParent</a><br/> +<br/> +<h1>getParent</h1> +<a name="pl.treksoft.kvision.cordova$getParent(pl.treksoft.kvision.cordova.Entry)"></a> +<code><span class="keyword">suspend</span> <span class="keyword">fun </span><a href="-entry/index.html"><span class="identifier">Entry</span></a><span class="symbol">.</span><span class="identifier">getParent</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="-result/index.html"><span class="identifier">Result</span></a><span class="symbol"><</span><a href="-directory-entry/index.html"><span class="identifier">DirectoryEntry</span></a><span class="symbol">,</span> <a href="-file-exception/index.html"><span class="identifier">FileException</span></a><span class="symbol">></span></code> +<p>Get file or directory parent directory entry.</p> +</BODY> +</HTML> |