540 name of the local file |
540 name of the local file |
541 </dd> |
541 </dd> |
542 </dl> |
542 </dl> |
543 <a NAME="MicroPythonFileManagerWidget.__handleLongListFiles" ID="MicroPythonFileManagerWidget.__handleLongListFiles"></a> |
543 <a NAME="MicroPythonFileManagerWidget.__handleLongListFiles" ID="MicroPythonFileManagerWidget.__handleLongListFiles"></a> |
544 <h4>MicroPythonFileManagerWidget.__handleLongListFiles</h4> |
544 <h4>MicroPythonFileManagerWidget.__handleLongListFiles</h4> |
545 <b>__handleLongListFiles</b>(<i>filesList</i>) |
545 <b>__handleLongListFiles</b>(<i>dirname, filesList</i>) |
546 <p> |
546 <p> |
547 Private slot to receive a long directory listing. |
547 Private slot to receive a long directory listing. |
548 </p> |
548 </p> |
549 |
549 |
550 <dl> |
550 <dl> |
551 |
551 |
|
552 <dt><i>dirname</i> (str)</dt> |
|
553 <dd> |
|
554 name of the directory the list of files belongs to |
|
555 </dd> |
552 <dt><i>filesList</i> (tuple of (str, str, str, str))</dt> |
556 <dt><i>filesList</i> (tuple of (str, str, str, str))</dt> |
553 <dd> |
557 <dd> |
554 tuple containing tuples with name, mode, size and time |
558 tuple containing tuples with name, mode, size and time |
555 for each directory entry |
559 for each directory entry |
556 </dd> |
560 </dd> |