GLib.DirUtils
Description:
Content:
Functions:
- public int create (string pathname, int mode)
A wrapper for the POSIX mkdir function.
- public int create_with_parents (string pathname, int mode)
Create a directory if it doesn't already exist.
- public string make_tmp (string? tmpl = null) 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.