The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

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

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.

SEE ALSO

File::System, File::System::Object

AUTHOR

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

COPYRIGHT AND LICENSE

Copyright 2005 Andrew Sterling Hanenkamp. All Rights Reserved.

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