GLib.Path – glib-2.0 Reference Manual
Packages
glib-2.0
GLib
Path
DIR_SEPARATOR
DIR_SEPARATOR_S
SEARCHPATH_SEPARATOR
SEARCHPATH_SEPARATOR_S
build_filename
build_path
get_basename
get_dirname
is_absolute
is_dir_separator
skip_root
GLib.Path
Description:
Content:
Constants:
public
const
char
DIR_SEPARATOR
public
const
unowned
string
DIR_SEPARATOR_S
public
const
char
SEARCHPATH_SEPARATOR
public
const
unowned
string
SEARCHPATH_SEPARATOR_S
Functions:
public
bool
is_absolute
(
string
file_name)
public
unowned
string
skip_root
(
string
file_name)
public
string
get_basename
(
string
file_name)
public
string
get_dirname
(
string
file_name)
public
string
build_filename
(
string
first_element, ...)
public
string
build_path
(
string
separator,
string
first_element, ...)
public
bool
is_dir_separator
(
unichar
c)