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 a list of revisions
(P4.Revision
objects) of that file. Currently, only
the P4.run_filelog()
method returns a list of
P4.DepotFile
objects.
Returns the name of the depot file to which this object refers.
Returns a list of P4.Revision
objects, one for each
revision of the depot file.
None.
None.