traverse


Description:

public List<ObservedPath> traverse (bool dir_only)

Recursively traverse the path and put the files and subdirectory in to a newly allocated GLists, if the this is a directory.

Otherwise returns NULL.

Parameters:

this

An IBusObservedPath.

dir_only

Only looks for subdirs, not files

Returns:

A newly allocate GList which holds content in path; NULL if this is not directory.