src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileSystemUtilities.html

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileSystemUtilities.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileSystemUtilities.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonFileSystemUtilities.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,24 +7,22 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.MicroPython.MicroPythonFileSystemUtilities</h1>
-
 <p>
 Module implementing some file system utility functions.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>MPY_EPOCH</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#decoratedName">decoratedName</a></td>
 <td>Function to decorate the given name according to the given mode.</td>
@@ -50,15 +48,16 @@
 <td>Function to convert a time value to a string representation.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="decoratedName" ID="decoratedName"></a>
 <h2>decoratedName</h2>
 <b>decoratedName</b>(<i>name, mode, isDir=False</i>)
-
 <p>
     Function to decorate the given name according to the given mode.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -92,10 +91,10 @@
 <a NAME="fstat" ID="fstat"></a>
 <h2>fstat</h2>
 <b>fstat</b>(<i>filename</i>)
-
 <p>
     Function to get the stat() of file.
 </p>
+
 <dl>
 
 <dt><i>filename</i> (str)</dt>
@@ -121,10 +120,10 @@
 <a NAME="isVisible" ID="isVisible"></a>
 <h2>isVisible</h2>
 <b>isVisible</b>(<i>name, showHidden</i>)
-
 <p>
     Function to check, if a filesystem entry is a hidden file or directory.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -154,10 +153,10 @@
 <a NAME="listdirStat" ID="listdirStat"></a>
 <h2>listdirStat</h2>
 <b>listdirStat</b>(<i>dirname, showHidden=False</i>)
-
 <p>
     Function to get a list of directory entries and associated stat() tuples.
 </p>
+
 <dl>
 
 <dt><i>dirname</i> (str)</dt>
@@ -188,10 +187,10 @@
 <a NAME="mode2string" ID="mode2string"></a>
 <h2>mode2string</h2>
 <b>mode2string</b>(<i>mode</i>)
-
 <p>
     Function to convert a mode value to a string representation.
 </p>
+
 <dl>
 
 <dt><i>mode</i> (int)</dt>
@@ -217,10 +216,10 @@
 <a NAME="mtime2string" ID="mtime2string"></a>
 <h2>mtime2string</h2>
 <b>mtime2string</b>(<i>mtime, adjustEpoch=False</i>)
-
 <p>
     Function to convert a time value to a string representation.
 </p>
+
 <dl>
 
 <dt><i>mtime</i> (int)</dt>
@@ -247,4 +246,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial