FileUtils
Description:
public namespace FileUtils
Namespace: GLib.FileUtils
Package: glib-2.0
Content:
Methods:
-
public bool get_contents (string filename, out string contents, out size_t length = null) throws FileError
-
public bool set_contents (string filename, string contents, ssize_t length = -1) throws FileError
-
public bool get_data (string filename, out uint8[] contents) throws FileError
-
public bool set_data (string filename, uint8[] contents) throws FileError
-
public bool test (string filename, FileTest test)
-
public int open_tmp (string tmpl, out string name_used) throws FileError
-
public string read_link (string filename) throws FileError
-
public int error_from_errno (int err_no)
-
public int mkstemp (string tmpl)
-
public int rename (string oldfilename, string newfilename)
-
public int remove (string filename)
-
public int unlink (string filename)
-
public int chmod (string filename, int mode)
-
public int symlink (string oldpath, string newpath)
-
public int close (int fd)