all_dirs


Description:

public SList<string> all_dirs (string dir) throws Error

Lists the subdirectories in dir.

The returned list contains allocated strings. Each string is the absolute path of a subdirectory. You should g_free each string in the list, then g_slist_free the list itself. Just like all_dirs, but uses Client caching and error-handling features.

Parameters:

this

a Client.

dir

directory to get subdirectories from.

Returns:

List of allocated subdirectory names.