fs.path

class fs.path
Represents:

c++ class

Wraps:

boost::filesystem::path

Constructors:

fs.path()

fs.path(std.string val)

Parameters:

val (std.string) –

Methods:

:assign(std.string val)

Parameters:

val (std.string) –

Return type:

fs.path

:assign(fs.path val)

Parameters:

val (fs.path) –

Return type:

fs.path

:append(std.string val)

Parameters:

val (std.string) –

Return type:

fs.path

:concat(std.string val)

Parameters:

val (std.string) –

Return type:

fs.path

:clear()

:make_preferred()

Return type:

fs.path

:remove_filename()

Return type:

fs.path

:replace_extension()

Return type:

fs.path

:replace_extension(std.string ext)

Parameters:

ext (std.string) –

Return type:

fs.path

:string()

Return type:

std.string

:str()

Return type:

std.string

:compare(std.string other)

Parameters:

other (std.string) –

Return type:

int

:compare(fs.path other)

Parameters:

other (fs.path) –

Return type:

int

:root_name()

Return type:

fs.path

:root_directory()

Return type:

fs.path

:root_path()

Return type:

fs.path

:relative_path()

Return type:

fs.path

:parent_path()

Return type:

fs.path

:filename()

Return type:

fs.path

:stem()

Return type:

fs.path

:extension()

Return type:

fs.path

:empty()

Return type:

bool

:has_root_name()

Return type:

bool

:has_root_directory()

Return type:

bool

:has_root_path()

Return type:

bool

:has_relative_path()

Return type:

bool

:has_parent_path()

Return type:

bool

:has_filename()

Return type:

bool

:has_stem()

Return type:

bool

:has_extension()

Return type:

bool

:is_absolute()

Return type:

bool

:is_relative()

Return type:

bool

:begin()

Return type:

fs.path.iterator

:finish()

Return type:

fs.path.iterator