| Apache-CVS documentation | view source | Contained in the Apache-CVS distribution. |
Apache::CVS::PlainFile - class that implements a file in CVS
use Apache::CVS::PlainFile(); $file = Apache::CVS::PlainFile->new($path); $path = $file->path(); $name = $file->name();
The Apache::CVS::PlainFile class implements a base file that resides in a CVS
repository. A versioned file is implemented by the class
Apache::CVS::VersionPlainFile.
Construct a new Apache::CVS::PlainFile object with the given path.
Returns the full path of this file.
Returns just the filename of this file.
John Barbee <barbee@veribox.net>
Copyright 2001-2002 John Barbee
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Apache-CVS documentation | view source | Contained in the Apache-CVS distribution. |