fs.file_status¶
-
class
fs.
file_status
¶ Represents: c++ class Wraps: boost::filesystem::file_status Constructors:
-
fs.
file_status
()¶
-
fs.
file_status
(fs.file_type tp) -
Параметры: tp ( fs.file_type
) –
-
fs.
file_status
(fs.file_type tp, fs.perms perms) -
Параметры: - tp (
fs.file_type
) – - perms (
fs.perms
) –
- tp (
Methods:
-
:
type
()¶ -
Тип результата: fs.file_type
-
:
type
(fs.file_type ft) -
Параметры: ft ( fs.file_type
) –
-
:
permissions
(fs.perms perms) -
Параметры: perms ( fs.perms
) –
-