All Classes |Grouped Classes |Index

Class CL_VirtualDirectoryListing

Virtual File System (VFS) directory listing class. More...

Derived from:

None

Derived by:

None

Group:

IO Data (Core)

#include <ClanLib/core.h>

Class Members:

Construction:

CL_VirtualDirectoryListing

Constructs a null instance.


Attributes:

is_null

Returns true if this object is invalid.

throw_if_null

Throw an exception if this object is invalid.

get_filename

Returns the file name of the current item in the listing.

is_directory

Returns true if item is a directory.

is_hidden

Returns true if item is hidden.

is_writable

Returns true if item is writable.

is_readable

Returns true if item is readable.


Operations:

next

Advance to next item in listing.