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


File-System documentation  | view source Contained in the File-System distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

OPTIONS

Top

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

Top

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

AUTHOR

Top

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

COPYRIGHT AND LICENSE

Top


File-System documentation  | view source Contained in the File-System distribution.