9638:6ee095b9d3bd | 9639:9e66fd88193c |
---|---|
216 <div align="right"><a href="#top">Up</a></div> | 216 <div align="right"><a href="#top">Up</a></div> |
217 <hr /> | 217 <hr /> |
218 <hr /> | 218 <hr /> |
219 <a NAME="direntries" ID="direntries"></a> | 219 <a NAME="direntries" ID="direntries"></a> |
220 <h2>direntries</h2> | 220 <h2>direntries</h2> |
221 <b>direntries</b>(<i>path, filesonly=False, pattern=None, followsymlinks=True, checkStop=None</i>) | 221 <b>direntries</b>(<i>path, filesonly=False, pattern=None, followsymlinks=True, checkStop=None, ignore=None, </i>) |
222 | 222 |
223 <p> | 223 <p> |
224 Function returning a list of all files and directories. | 224 Function returning a list of all files and directories. |
225 </p> | 225 </p> |
226 <dl> | 226 <dl> |
244 should be followed | 244 should be followed |
245 </dd> | 245 </dd> |
246 <dt><i>checkStop</i> (function)</dt> | 246 <dt><i>checkStop</i> (function)</dt> |
247 <dd> | 247 <dd> |
248 function to be called to check for a stop | 248 function to be called to check for a stop |
249 </dd> | |
250 <dt><i>ignore</i> (list of str)</dt> | |
251 <dd> | |
252 list of entries to be ignored | |
249 </dd> | 253 </dd> |
250 </dl> | 254 </dl> |
251 <dl> | 255 <dl> |
252 <dt>Return:</dt> | 256 <dt>Return:</dt> |
253 <dd> | 257 <dd> |