File::System::Real - A file system module based on the real file system


NAME

File::System::Real - A file system module based on the real file system

Back to Top


SYNOPSIS

  use File::System;
  $root = File::System->new('Real', root => '/usr/local');

Back to Top


DESCRIPTION

This is the most basic file system implementation. It is purely implemented within terms of a real file system.

Back to Top


OPTIONS

This file system module accepts only a single object, root. If not given, the current working directory is assumed for the value root. All files returned by the file system will be rooted at the given (or assumed) point.

Back to Top


SEE ALSO

the File::System manpage, the File::System::Object manpage

Back to Top


AUTHOR

Andrew Sterling Hanenkamp, <hanenkamp@users.sourceforge.net>

Back to Top


COPYRIGHT AND LICENSE

Copyright 2005 Andrew Sterling Hanenkamp. All Rights Reserved.

This software is distributed and licensed under the same terms as Perl itself.

Back to Top

 File::System::Real - A file system module based on the real file system