fs.directory_entry¶
-
class
fs.
directory_entry
¶ Represents: c++ class Wraps: boost::filesystem::directory_entry Constructors:
-
fs.
directory_entry
()¶
-
fs.
directory_entry
(std.string path) -
Параметры: path ( std.string
) –
-
fs.
directory_entry
(std.string path, fs.file_status st) -
Параметры: - path (
std.string
) – - st (
fs.file_status
) –
- path (
-
fs.
directory_entry
(std.string path, fs.file_status st, fs.file_status symlink_st) -
Параметры: - path (
std.string
) – - st (
fs.file_status
) – - symlink_st (
fs.file_status
) –
- path (
Methods:
-
:
assign
(std.string path)¶ -
Параметры: path ( std.string
) –
-
:
assign
(std.string path, fs.file_status st) -
Параметры: - path (
std.string
) – - st (
fs.file_status
) –
- path (
-
:
assign
(std.string path, fs.file_status st, fs.file_status symlink_st) -
Параметры: - path (
std.string
) – - st (
fs.file_status
) – - symlink_st (
fs.file_status
) –
- path (
-
:
status
()¶ -
Тип результата: fs.file_status
-
:
symlink_status
()¶ -
Тип результата: fs.file_status
-