</pre>
+<pre class="prettyprint lang-lua">
+r:mkrdir(dir [,mode]) -- Creates directories recursive and sets mode to optional mode paramter.
+</pre>
+
+
<pre class="prettyprint lang-lua">
r:rmdir(dir) -- Removes a directory.
</pre>
+<pre class="prettyprint lang-lua">
+r:touch([mtime]) -- Sets the file modification time to current time or to optional mtime msec value.
+</pre>
+
+
<pre class="prettyprint lang-lua">
r:get_direntries(dir) -- Returns a table with all directory entries.
r:mkdir(dir [,mode]) -- Creates a directory and sets mode to optional mode paramter.
</highlight>
+<highlight language="lua">
+r:mkrdir(dir [,mode]) -- Creates directories recursive and sets mode to optional mode paramter.
+</highlight>
+
<highlight language="lua">
r:rmdir(dir) -- Removes a directory.
</highlight>
+<highlight language="lua">
+r:touch([mtime]) -- Sets the file modification time to current time or to optional mtime msec value.
+</highlight>
+
<highlight language="lua">
r:get_direntries(dir) -- Returns a table with all directory entries.