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

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

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

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.

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

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

Copyright 2005 Andrew Sterling Hanenkamp. All Rights Reserved.
This software is distributed and licensed under the same terms as Perl itself.