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.

Parameters:

this

a Engine.

dir

Directory to get subdirectories from.

Returns:

List of allocated subdirectory names.