gio.file

Undocumented in source.

Public Imports

gio.file_iface_proxy
public import gio.file_iface_proxy;
Undocumented in source.

Members

Interfaces

File
interface File

gio.file.File is a high level abstraction for manipulating files on a virtual file system. gio.file.Files are lightweight, immutable objects that do no I/O upon creation. It is necessary to understand that gio.file.File objects do not represent files, merely an identifier for a file. All file content I/O is implemented as streaming operations (see gio.input_stream.InputStream and gio.output_stream.OutputStream).