123 <tr> |
123 <tr> |
124 <td><a href="#EricServerFileSystemInterface.glob">glob</a></td> |
124 <td><a href="#EricServerFileSystemInterface.glob">glob</a></td> |
125 <td>Public method to get a list of of all files matching a given pattern like 'glob.glob()'.</td> |
125 <td>Public method to get a list of of all files matching a given pattern like 'glob.glob()'.</td> |
126 </tr> |
126 </tr> |
127 <tr> |
127 <tr> |
|
128 <td><a href="#EricServerFileSystemInterface.isEmpty">isEmpty</a></td> |
|
129 <td>Public method to check, if the given name is empty (i.e.</td> |
|
130 </tr> |
|
131 <tr> |
128 <td><a href="#EricServerFileSystemInterface.isabs">isabs</a></td> |
132 <td><a href="#EricServerFileSystemInterface.isabs">isabs</a></td> |
129 <td>Public method to chack a path for being an absolute path.</td> |
133 <td>Public method to chack a path for being an absolute path.</td> |
130 </tr> |
134 </tr> |
131 <tr> |
135 <tr> |
132 <td><a href="#EricServerFileSystemInterface.isdir">isdir</a></td> |
136 <td><a href="#EricServerFileSystemInterface.isdir">isdir</a></td> |
699 </dl> |
703 </dl> |
700 <dl> |
704 <dl> |
701 <dt>Return Type:</dt> |
705 <dt>Return Type:</dt> |
702 <dd> |
706 <dd> |
703 list of str |
707 list of str |
|
708 </dd> |
|
709 </dl> |
|
710 <a NAME="EricServerFileSystemInterface.isEmpty" ID="EricServerFileSystemInterface.isEmpty"></a> |
|
711 <h4>EricServerFileSystemInterface.isEmpty</h4> |
|
712 <b>isEmpty</b>(<i>name</i>) |
|
713 <p> |
|
714 Public method to check, if the given name is empty (i.e. just the remote |
|
715 name indicator). |
|
716 </p> |
|
717 |
|
718 <dl> |
|
719 |
|
720 <dt><i>name</i> (str)</dt> |
|
721 <dd> |
|
722 file or directory path to be checked |
|
723 </dd> |
|
724 </dl> |
|
725 <dl> |
|
726 <dt>Return:</dt> |
|
727 <dd> |
|
728 flag indicating an empty path |
|
729 </dd> |
|
730 </dl> |
|
731 <dl> |
|
732 <dt>Return Type:</dt> |
|
733 <dd> |
|
734 bool |
704 </dd> |
735 </dd> |
705 </dl> |
736 </dl> |
706 <a NAME="EricServerFileSystemInterface.isabs" ID="EricServerFileSystemInterface.isabs"></a> |
737 <a NAME="EricServerFileSystemInterface.isabs" ID="EricServerFileSystemInterface.isabs"></a> |
707 <h4>EricServerFileSystemInterface.isabs</h4> |
738 <h4>EricServerFileSystemInterface.isabs</h4> |
708 <b>isabs</b>(<i>p</i>) |
739 <b>isabs</b>(<i>p</i>) |