blob: 665f885307409098036ce6c3e3ef0251734c0cba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>removeRecursively - 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="./remove-recursively.html">removeRecursively</a><br/>
<br/>
<h1>removeRecursively</h1>
<a name="pl.treksoft.kvision.cordova$removeRecursively(pl.treksoft.kvision.cordova.DirectoryEntry)"></a>
<code><span class="keyword">suspend</span> <span class="keyword">fun </span><a href="-directory-entry/index.html"><span class="identifier">DirectoryEntry</span></a><span class="symbol">.</span><span class="identifier">removeRecursively</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>Remove given directory recursively.</p>
</BODY>
</HTML>
|