NAME

Hdlist::Header::Files - A set of files and directories

METHODS

$files->count()

Return the number of files contained by this set.

$files->countdir()

Return the number of directories contained by this set.

$files->init()

Reset internal files index and set it to -1.

$files->initdir()

Reset internal directories index and set it to -1.

$deps->next()

Set current file to the next one in the set.

$deps->nextdir()

Set current directory to the next one in the set.

$files->move($index)

Move internal file index to $index (0 by default).