Class Summary PEAR_PackageFileManager_CVS (Previous) (Next) Class Summary PEAR_PackageFileManager_File

View this page in Last updated: Sun, 07 Sep 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

PEAR_PackageFileManager_CVS::dirList()

PEAR_PackageFileManager_CVS::dirList() -- Return a list of all files in the CVS repository

Description

This function is like parent::dirList() except that instead of retrieving a regular filelist, it first retrieves a listing of all the CVS/Entries files in $directory and all of the subdirectories. Then, it reads the Entries file, and creates a listing of files that are a part of the CVS repository. No check is made to see if they have been modified, but newly added or removed files are ignored.

Paramètres

chaîne de caractères $directory

full path to the directory you want the list of

Valeur retournée

returns list of files in a directory

Valeurs renvoyées

throws no exceptions thrown

Voir aussi

see _readCVSEntries()

see _recurDirList()

Note

Cette fonction ne peut pas être appelée de façon statique.

Class Summary PEAR_PackageFileManager_CVS (Previous) (Next) Class Summary PEAR_PackageFileManager_File

Download Documentation Last updated: Sun, 07 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.