aboutsummaryrefslogtreecommitdiff
path: root/api1/pl.treksoft.kvision.cordova/-file/resolve-local-file-system-u-r-l-for-file.html
blob: 490ca034230bda8a58cfd788087ef5c17b71837e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>File.resolveLocalFileSystemURLForFile - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.cordova</a>&nbsp;/&nbsp;<a href="index.html">File</a>&nbsp;/&nbsp;<a href="./resolve-local-file-system-u-r-l-for-file.html">resolveLocalFileSystemURLForFile</a><br/>
<br/>
<h1>resolveLocalFileSystemURLForFile</h1>
<a name="pl.treksoft.kvision.cordova.File$resolveLocalFileSystemURLForFile(kotlin.String)"></a>
<code><span class="keyword">suspend</span> <span class="keyword">fun </span><span class="identifier">resolveLocalFileSystemURLForFile</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.cordova.File$resolveLocalFileSystemURLForFile(kotlin.String)/url">url</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../-result/index.html"><span class="identifier">Result</span></a><span class="symbol">&lt;</span><a href="../-file-entry/index.html"><span class="identifier">FileEntry</span></a><span class="symbol">,</span>&nbsp;<a href="../-file-exception/index.html"><span class="identifier">FileException</span></a><span class="symbol">&gt;</span></code>
<p>Resolve given path to a file entry.</p>
<h3>Parameters</h3>
<p><a name="url"></a>
<code>url</code> - file path</p>
</BODY>
</HTML>