afc_dirmaster_del

Name

afc_dirmaster_del  -- Deletes the current item from the list.

Synopsis

FileInfo * afc_dirmaster_del ( DirMaster * dm );

Description

This function deletes the current item a maximum of eight items on the internal stack.

Inputs

dm

Pointer to a valid DirMaster instance

autopos

It is a boolean value:

TRUE

The item is popped from the stack and become the current item in the list.

FALSE

The item is just popped from the stack, but the current item will not change.

Result

a valid pointer to a FileInfo structure, or NULL if the stack is empty.

See Also