diff options
Diffstat (limited to 'api/pl.treksoft.kvision.cordova/file.html')
-rw-r--r-- | api/pl.treksoft.kvision.cordova/file.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.cordova/file.html b/api/pl.treksoft.kvision.cordova/file.html new file mode 100644 index 00000000..dc95cc3f --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/file.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>file - 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="./file.html">file</a><br/> +<br/> +<h1>file</h1> +<a name="pl.treksoft.kvision.cordova$file(pl.treksoft.kvision.cordova.FileEntry)"></a> +<code><span class="keyword">suspend</span> <span class="keyword">fun </span><a href="-file-entry/index.html"><span class="identifier">FileEntry</span></a><span class="symbol">.</span><span class="identifier">file</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="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.files/-file/index.html"><span class="identifier">File</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 a File object for a given file entry.</p> +</BODY> +</HTML> |