GLib.Dir – glib-2.0 Reference Manual
Packages
glib-2.0
GLib
Dir
open
read_name
rewind
Dir
Object Hierarchy:
Description:
[
Compact
]
public
class
Dir
An opaque structure representing an opened directory.
Namespace:
GLib
Package:
glib-2.0
Content:
Static methods:
public
static
Dir
open
(
string
filename,
uint
_flags =
0
)
throws
FileError
Methods:
public
unowned
string
?
read_name
()
Retrieves the name of another entry in the directory, or
null
.
public
void
rewind
()
Resets the given directory.