Methods

Table of Contents
afc_dirmaster_add_item -- Adds a new item to the DirMaster
afc_dirmaster_clear -- Completely clears this DirMaster
afc_dirmaster_del -- Deletes the current item from the list.
afc_dirmaster_delete -- Frees a DirMaster object
afc_dirmaster_first -- Gets the first element in the list
afc_dirmaster_get_parent -- Returns the parent of current dir
afc_dirmaster_is_empty -- Checks if the DirMaster is empty
afc_dirmaster_item -- Return the nth element
afc_dirmaster_last -- Get the last element in the list
afc_dirmaster_new -- Initializes a new ArrayMaster object.
afc_dirmaster_num_items -- Return the number of items in list
afc_dirmaster_obj -- Returns the FileInfo structure of the current item
afc_dirmaster_prev -- Gets the previous element in the list
afc_dirmaster_scan_dir -- Reads a dir inside the DirMaster
afc_dirmaster_search -- Searches for a file name in the current DirMaster list
afc_dirmaster_set_tag -- Set a tag
afc_dirmaster_set_tags -- Sets a list of tags
afc_dirmaster_sort -- Sorts the DirMaster list
afc_dirmaster_succ -- Gets the next element in the list