
CatalystX::Usul::Model::FileSystem - File system related methods

0.7.$Revision: 1181 $

package MyApp::Model::FileSystem;
use base qw(CatalystX::Usul::Model::FileSystem);
1;
package MyApp::Controller::Foo;
sub bar {
my ($self, $c) = @_;
$c->model( q(FileSystem) )->list_subdirectory( { dir => q(/path) } );
return;
}

This model provides methods for manipulating files and directories

Creates an instance of CatalystX::Usul::Filesystem
Returns the file systems on the local host
Returns the contents of the selected directory as a CatalystX::Usul::Table object
Stash the data used by HTML::FormWidgets to view a file of a given type

None

None


There are no known incompatibilities in this module

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Peter Flanigan, <Support at RoxSoft.co.uk>

Copyright (c) 2008 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE