Utility class providing easy access to the attributes of a file in a
Helix Core
depot. Each P4_DepotFile
object contains summary
information about the file and an array of revisions
(P4_Revision
objects) of that file. Currently, only
the P4::run_filelog()
method returns an array of
P4_DepotFile
objects.
Returns the name of the depot file to which this object refers.
Returns an array of P4_Revision
objects, one for
each revision of the depot file.
None.
None.