GLib.DirUtils – glib-2.0 Reference Manual
DirUtils
Description:
public
namespace
DirUtils
Namespace:
GLib.DirUtils
Package:
glib-2.0
Content:
Methods:
public
int
create
(
string
pathname,
int
mode)
public
int
create_with_parents
(
string
pathname,
int
mode)
Create a directory if it doesn't already exist.
public
string
make_tmp
(
string
tmpl)
throws
FileError
Creates a subdirectory in the preferred directory for temporary files (as returned by
get_tmp_dir
).
public
string
mkdtemp
(
owned
string
template)
public
int
remove
(
string
filename)
A wrapper for the POSIX
rmdir
function.
2022 vala-language.org