[Kst] www/areas/extragear/apps/kst/kstscript/docs
Andrew Walker
arwalker at sumusltd.com
Mon Mar 2 19:01:57 CET 2009
SVN commit 934290 by arwalker:
cleanup Dir object online documentation
M +12 -8 Dir.html
--- trunk/www/areas/extragear/apps/kst/kstscript/docs/Dir.html #934289:934290
@@ -19,7 +19,7 @@
<a class="link" href="#constructor_1">Dir</a> ( name )<br>
</ul>
<span class="title">Methods:</span><ul>
-<a class="link" href="#method_open">open</a> ( )<br><a class="link" href="#method_open">open</a> ( )<br>
+<a class="link" href="#method_fileList">fileList</a> ( nameFilters )<br><a class="link" href="#method_dirList">dirList</a> ( )<br>
</ul>
<span class="title">Properties:</span><ul>
<a class="link" href="#property_path">path</a><br>
@@ -27,26 +27,30 @@
<hr>
<br><span class="subTitle"><a name="constructor_1"></a><b>Dir ( string name )</b></span><br><ul>
<div class="parameters">string <b>name</b> -
- Name of the file to be opened.
+ Name of the directory.
<br>
</div>
<p>
- Constructs a file with the given name.
+ Constructs a dir in the given directory.
</p>
</ul>
-<br><br><span class="subTitle"><a name="method_open"></a><b>void open ( )</b></span><br><ul>
-<div class="parameters"></div>
+<br><br><span class="subTitle"><a name="method_fileList"></a><b>StringArray fileList ( string nameFilters )</b></span><br><ul>
+<div class="parameters">string <b>nameFilters</b> -
+ Specifies the name filters.
+
+ <br>
+</div>
<p>
- Returns a list of files in the directory.
+ Returns a list of files in the directory that match the given name filters.
</p>
</ul>
-<br><br><span class="subTitle"><a name="method_open"></a><b>void open ( )</b></span><br><ul>
+<br><br><span class="subTitle"><a name="method_dirList"></a><b>StringArray dirList ( )</b></span><br><ul>
<div class="parameters"></div>
<p>
- Returns a list of directories in the directory.
+ Returns a list of directories in the directory that match thr given name filters.
</p>
</ul>
More information about the Kst
mailing list