fs.directory_iterator¶
-
class
fs.
directory_iterator
¶ Represents: c++ class Wraps: boost::filesystem::directory_iterator Constructors:
-
fs.
directory_iterator
()¶
-
fs.
directory_iterator
(std.string path) -
Параметры: path ( std.string
) –
Methods:
-
:
equal
(fs.directory_iterator other)¶ -
Параметры: other ( fs.directory_iterator
) –Тип результата: bool
-
:
next
()¶
-
:
valid
()¶ -
Тип результата: bool
-