matevfs.DirectoryHandle — iterator object for reading directories
class matevfs.DirectoryHandle: |
matevfs.DirectoryHandle(uri
, options
=matevfs.DIRECTORY_VISIT_DEFAULT)
| mate-vfs URI to open |
| Or'd set of directory visit flags. |
Returns: | the new matevfs.DirectoryHandle |
Open the directory specified by uri
.
def next()
Returns : | A matevfs.FileInfo describing the next directory entry. |
Read the next directory entry.