fs.path¶
-
class
fs.
path
¶ Represents: c++ class Wraps: boost::filesystem::path Constructors:
-
fs.
path
()¶
-
fs.
path
(std.string val) -
Параметры: val ( std.string
) –
Methods:
-
:
assign
(std.string val)¶ -
Параметры: val ( std.string
) –Тип результата: fs.path
-
:
append
(std.string val)¶ -
Параметры: val ( std.string
) –Тип результата: fs.path
-
:
concat
(std.string val)¶ -
Параметры: val ( std.string
) –Тип результата: fs.path
-
:
clear
()¶
-
:
replace_extension
(std.string ext) -
Параметры: ext ( std.string
) –Тип результата: fs.path
-
:
string
()¶ -
Тип результата: std.string
-
:
str
()¶ -
Тип результата: std.string
-
:
compare
(std.string other)¶ -
Параметры: other ( std.string
) –Тип результата: int
-
:
compare
(fs.path other) -
Параметры: other ( fs.path
) –Тип результата: int
-
:
empty
()¶ -
Тип результата: bool
-
:
has_root_name
()¶ -
Тип результата: bool
-
:
has_root_directory
()¶ -
Тип результата: bool
-
:
has_root_path
()¶ -
Тип результата: bool
-
:
has_relative_path
()¶ -
Тип результата: bool
-
:
has_parent_path
()¶ -
Тип результата: bool
-
:
has_filename
()¶ -
Тип результата: bool
-
:
has_stem
()¶ -
Тип результата: bool
-
:
has_extension
()¶ -
Тип результата: bool
-
:
is_absolute
()¶ -
Тип результата: bool
-
:
is_relative
()¶ -
Тип результата: bool
-
:
begin
()¶ -
Тип результата: fs.path.iterator
-
:
finish
()¶ -
Тип результата: fs.path.iterator
-