Skip to content

Commit 42f3abe

Browse files
committed
Added filefinder command and regenerated documentation.
1 parent 3928ac2 commit 42f3abe

25 files changed

+111
-48
lines changed

docs/extensioncommands.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Hecl Extension Commands</title><link rel="stylesheet" href="hecl.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="Hecl - The Mobile Scripting Language"><link rel="up" href="index.html" title="Hecl - The Mobile Scripting Language"><link rel="prev" href="while.html" title="while"><link rel="next" href="open.html" title="open"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Hecl Extension Commands</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="while.html"><img src="images/prev.png" alt="Prev"></a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="open.html"><img src="images/next.png" alt="Next"></a></td></tr></table></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="extensioncommands"></a>Hecl Extension Commands</h2></div></div></div><div class="toc"><dl><dt><span class="section"><a href="extensioncommands.html#%0A%09id-1.6.3">File Interaction</a></span></dt><dt><span class="section"><a href="http_commands.html">HTTP</a></span></dt><dt><span class="section"><a href="location_commands.html">Location</a></span></dt><dt><span class="section"><a href="networking_commands.html">Net</a></span></dt><dt><span class="section"><a href="recordstore_commands.html">RecordStore</a></span></dt><dt><span class="section"><a href="kxml.html">K-XML</a></span></dt></dl></div><p>
1+
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Hecl Extension Commands</title><link rel="stylesheet" href="hecl.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="Hecl - The Mobile Scripting Language"><link rel="up" href="index.html" title="Hecl - The Mobile Scripting Language"><link rel="prev" href="while.html" title="while"><link rel="next" href="filefinder.html" title="filefinder"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Hecl Extension Commands</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="while.html"><img src="images/prev.png" alt="Prev"></a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="filefinder.html"><img src="images/next.png" alt="Next"></a></td></tr></table></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="extensioncommands"></a>Hecl Extension Commands</h2></div></div></div><div class="toc"><dl><dt><span class="section"><a href="extensioncommands.html#%0A%09id-1.6.3">File Interaction</a></span></dt><dt><span class="section"><a href="http_commands.html">HTTP</a></span></dt><dt><span class="section"><a href="location_commands.html">Location</a></span></dt><dt><span class="section"><a href="networking_commands.html">Net</a></span></dt><dt><span class="section"><a href="recordstore_commands.html">RecordStore</a></span></dt><dt><span class="section"><a href="kxml.html">K-XML</a></span></dt></dl></div><p>
22
These commands are available in various Hecl extensions, that
33
may or may not be available in different environments.
4-
</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id-1.6.3.1"></a>File Interaction</h3></div></div></div><div class="toc"><dl><dt><span class="refentrytitle"><a href="open.html">open</a></span><span class="refpurpose"> &#8212; Opens a file for reading or writing.</span></dt><dt><span class="refentrytitle"><a href="source.html">source</a></span><span class="refpurpose"> &#8212; Evaluate Hecl script in a file.</span></dt><dt><span class="refentrytitle"><a href="file_basename.html">file.basename</a></span><span class="refpurpose"> &#8212; Returns the file name with no paths.</span></dt><dt><span class="refentrytitle"><a href="file_cd.html">file.cd</a></span><span class="refpurpose"> &#8212; Change working directory.</span></dt><dt><span class="refentrytitle"><a href="file_current.html">file.current</a></span><span class="refpurpose"> &#8212; Returns the name of the file currently being evaluated.</span></dt><dt><span class="refentrytitle"><a href="file_delete.html">file.delete</a></span><span class="refpurpose"> &#8212; Delete the file.</span></dt><dt><span class="refentrytitle"><a href="file_devs.html">file.devs</a></span><span class="refpurpose"> &#8212; List available devices.</span></dt><dt><span class="refentrytitle"><a href="file_du.html">file.du</a></span><span class="refpurpose"> &#8212; "Disk" usage.</span></dt><dt><span class="refentrytitle"><a href="file_exists.html">file.exists</a></span><span class="refpurpose"> &#8212; Does the file exist?</span></dt><dt><span class="refentrytitle"><a href="file_hidden.html">file.hidden</a></span><span class="refpurpose"> &#8212; Is the file hidden?</span></dt><dt><span class="refentrytitle"><a href="file_isdirectory.html">file.isdirectory</a></span><span class="refpurpose"> &#8212; Is this a directory?</span></dt><dt><span class="refentrytitle"><a href="file_isopen.html">file.isopen</a></span><span class="refpurpose"> &#8212; Is the file currently in use?</span></dt><dt><span class="refentrytitle"><a href="file_join.html">file.join</a></span><span class="refpurpose"> &#8212; Creates a filename from a list.</span></dt><dt><span class="refentrytitle"><a href="file_list.html">file.list</a></span><span class="refpurpose"> &#8212; List files in a directory.</span></dt><dt><span class="refentrytitle"><a href="file_mkdir.html">file.mkdir</a></span><span class="refpurpose"> &#8212; Creates the directory.</span></dt><dt><span class="refentrytitle"><a href="file_mtime.html">file.mtime</a></span><span class="refpurpose"> &#8212; Returns the file modification time.</span></dt><dt><span class="refentrytitle"><a href="file_readable.html">file.readable</a></span><span class="refpurpose"> &#8212; Is the file readable?</span></dt><dt><span class="refentrytitle"><a href="file_rename.html">file.rename</a></span><span class="refpurpose"> &#8212; Rename a file.</span></dt><dt><span class="refentrytitle"><a href="file_size.html">file.size</a></span><span class="refpurpose"> &#8212; Returns the file's size.</span></dt><dt><span class="refentrytitle"><a href="file_split.html">file.split</a></span><span class="refpurpose"> &#8212; Return a list of a path's components.</span></dt><dt><span class="refentrytitle"><a href="file_truncate.html">file.truncate</a></span><span class="refpurpose"> &#8212; Truncates the file.</span></dt><dt><span class="refentrytitle"><a href="file_writable.html">file.writable</a></span><span class="refpurpose"> &#8212; Is the file writable?</span></dt></dl></div><p>
4+
</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id-1.6.3.1"></a>File Interaction</h3></div></div></div><div class="toc"><dl><dt><span class="refentrytitle"><a href="filefinder.html">filefinder</a></span><span class="refpurpose"> &#8212; File selection widget.</span></dt><dt><span class="refentrytitle"><a href="open.html">open</a></span><span class="refpurpose"> &#8212; Opens a file for reading or writing.</span></dt><dt><span class="refentrytitle"><a href="source.html">source</a></span><span class="refpurpose"> &#8212; Evaluate Hecl script in a file.</span></dt><dt><span class="refentrytitle"><a href="file_basename.html">file.basename</a></span><span class="refpurpose"> &#8212; Returns the file name with no paths.</span></dt><dt><span class="refentrytitle"><a href="file_cd.html">file.cd</a></span><span class="refpurpose"> &#8212; Change working directory.</span></dt><dt><span class="refentrytitle"><a href="file_current.html">file.current</a></span><span class="refpurpose"> &#8212; Returns the name of the file currently being evaluated.</span></dt><dt><span class="refentrytitle"><a href="file_delete.html">file.delete</a></span><span class="refpurpose"> &#8212; Delete the file.</span></dt><dt><span class="refentrytitle"><a href="file_devs.html">file.devs</a></span><span class="refpurpose"> &#8212; List available devices.</span></dt><dt><span class="refentrytitle"><a href="file_du.html">file.du</a></span><span class="refpurpose"> &#8212; "Disk" usage.</span></dt><dt><span class="refentrytitle"><a href="file_exists.html">file.exists</a></span><span class="refpurpose"> &#8212; Does the file exist?</span></dt><dt><span class="refentrytitle"><a href="file_hidden.html">file.hidden</a></span><span class="refpurpose"> &#8212; Is the file hidden?</span></dt><dt><span class="refentrytitle"><a href="file_isdirectory.html">file.isdirectory</a></span><span class="refpurpose"> &#8212; Is this a directory?</span></dt><dt><span class="refentrytitle"><a href="file_isopen.html">file.isopen</a></span><span class="refpurpose"> &#8212; Is the file currently in use?</span></dt><dt><span class="refentrytitle"><a href="file_join.html">file.join</a></span><span class="refpurpose"> &#8212; Creates a filename from a list.</span></dt><dt><span class="refentrytitle"><a href="file_list.html">file.list</a></span><span class="refpurpose"> &#8212; List files in a directory.</span></dt><dt><span class="refentrytitle"><a href="file_mkdir.html">file.mkdir</a></span><span class="refpurpose"> &#8212; Creates the directory.</span></dt><dt><span class="refentrytitle"><a href="file_mtime.html">file.mtime</a></span><span class="refpurpose"> &#8212; Returns the file modification time.</span></dt><dt><span class="refentrytitle"><a href="file_readable.html">file.readable</a></span><span class="refpurpose"> &#8212; Is the file readable?</span></dt><dt><span class="refentrytitle"><a href="file_rename.html">file.rename</a></span><span class="refpurpose"> &#8212; Rename a file.</span></dt><dt><span class="refentrytitle"><a href="file_size.html">file.size</a></span><span class="refpurpose"> &#8212; Returns the file's size.</span></dt><dt><span class="refentrytitle"><a href="file_split.html">file.split</a></span><span class="refpurpose"> &#8212; Return a list of a path's components.</span></dt><dt><span class="refentrytitle"><a href="file_truncate.html">file.truncate</a></span><span class="refpurpose"> &#8212; Truncates the file.</span></dt><dt><span class="refentrytitle"><a href="file_writable.html">file.writable</a></span><span class="refpurpose"> &#8212; Is the file writable?</span></dt></dl></div><p>
55
J2ME systems do not always have a file system, so these are not necessarily available. It
66
is possible to compile Hecl with or without these commands.
7-
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="while.html"><img src="images/prev.png" alt="Prev"></a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="open.html"><img src="images/next.png" alt="Next"></a></td></tr><tr><td width="40%" align="left" valign="top">while </td><td width="20%" align="center"><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a></td><td width="40%" align="right" valign="top"> open</td></tr></table></div></body></html>
7+
</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/note.png"></td><th align="left">Note</th></tr><tr><td align="left" valign="top"><p>The <span class="command"><strong>filefinder</strong></span> command is a bit different from the others, in that
8+
it is a graphical widget that is used to select files, rather than a command that only
9+
interacts with the filesystem.</p></td></tr></table></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="while.html"><img src="images/prev.png" alt="Prev"></a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="filefinder.html"><img src="images/next.png" alt="Next"></a></td></tr><tr><td width="40%" align="left" valign="top">while </td><td width="20%" align="center"><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a></td><td width="40%" align="right" valign="top"> filefinder</td></tr></table></div></body></html>

docs/file_basename.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>file.basename</title><link rel="stylesheet" href="hecl.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="Hecl - The Mobile Scripting Language"><link rel="up" href="extensioncommands.html#%0A%09id-1.6.3.5" title="File Interaction"><link rel="prev" href="source.html" title="source"><link rel="next" href="file_cd.html" title="file.cd"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">file.basename</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="source.html"><img src="images/prev.png" alt="Prev"></a> </td><th width="60%" align="center">File Interaction</th><td width="20%" align="right"> <a accesskey="n" href="file_cd.html"><img src="images/next.png" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><div class="refentry.separator"><hr></div><a name="file_basename"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>file.basename &#8212; Returns the file name with no paths.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">file.basename</code> <em class="replaceable"><code>filename</code></em></p></div></div><div class="refsect1" lang="en"><a name="id-1.6.3.5.3"></a><h2>Description</h2><p>
1+
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>file.basename</title><link rel="stylesheet" href="hecl.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="Hecl - The Mobile Scripting Language"><link rel="up" href="extensioncommands.html#%0A%09id-1.6.3.7" title="File Interaction"><link rel="prev" href="source.html" title="source"><link rel="next" href="file_cd.html" title="file.cd"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">file.basename</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="source.html"><img src="images/prev.png" alt="Prev"></a> </td><th width="60%" align="center">File Interaction</th><td width="20%" align="right"> <a accesskey="n" href="file_cd.html"><img src="images/next.png" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><div class="refentry.separator"><hr></div><a name="file_basename"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>file.basename &#8212; Returns the file name with no paths.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">file.basename</code> <em class="replaceable"><code>filename</code></em></p></div></div><div class="refsect1" lang="en"><a name="id-1.6.3.7.3"></a><h2>Description</h2><p>
22
Returns the file's name, with no URL schema or paths.
3-
</p></div><div class="refsect1" lang="en"><a name="id-1.6.3.5.4"></a><h2>Example</h2><pre class="programlisting">file.basename file:///foo/bar/bee/bop.txt</pre><p>Would return</p><pre class="screen">bop.txt</pre></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="source.html"><img src="images/prev.png" alt="Prev"></a> </td><td width="20%" align="center"><a accesskey="u" href="extensioncommands.html#%0A%09id-1.6.3.5"><img src="images/up.png" alt="Up"></a></td><td width="40%" align="right"> <a accesskey="n" href="file_cd.html"><img src="images/next.png" alt="Next"></a></td></tr><tr><td width="40%" align="left" valign="top">source </td><td width="20%" align="center"><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a></td><td width="40%" align="right" valign="top"> file.cd</td></tr></table></div></body></html>
3+
</p></div><div class="refsect1" lang="en"><a name="id-1.6.3.7.4"></a><h2>Example</h2><pre class="programlisting">file.basename file:///foo/bar/bee/bop.txt</pre><p>Would return</p><pre class="screen">bop.txt</pre></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="source.html"><img src="images/prev.png" alt="Prev"></a> </td><td width="20%" align="center"><a accesskey="u" href="extensioncommands.html#%0A%09id-1.6.3.7"><img src="images/up.png" alt="Up"></a></td><td width="40%" align="right"> <a accesskey="n" href="file_cd.html"><img src="images/next.png" alt="Next"></a></td></tr><tr><td width="40%" align="left" valign="top">source </td><td width="20%" align="center"><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a></td><td width="40%" align="right" valign="top"> file.cd</td></tr></table></div></body></html>

0 commit comments

Comments
 (0)