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

:assign(fs.path val)

Параметры:

val (fs.path) –

Тип результата:

fs.path

:append(std.string val)

Параметры:

val (std.string) –

Тип результата:

fs.path

:concat(std.string val)

Параметры:

val (std.string) –

Тип результата:

fs.path

:clear()

:make_preferred()

Тип результата:

fs.path

:remove_filename()

Тип результата:

fs.path

:replace_extension()

Тип результата:

fs.path

: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

:root_name()

Тип результата:

fs.path

:root_directory()

Тип результата:

fs.path

:root_path()

Тип результата:

fs.path

:relative_path()

Тип результата:

fs.path

:parent_path()

Тип результата:

fs.path

:filename()

Тип результата:

fs.path

:stem()

Тип результата:

fs.path

:extension()

Тип результата:

fs.path

: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