NAME
    FML::Command::DirUtils - utilities for directory handlings.

SYNOPSIS
        use FML::Command::DirUtils;
        my $obj = new FML::Command::DirUtils;
        $obj->dir($curproc, $command_context, $du_args);

DESCRIPTION
    This class provides utilities for directory handlings.

METHODS
  new()
    constructor.

  dir($curproc, $command_context, $du_args)
    show the result by executing "ls".

CODING STYLE
    See "http://www.fml.org/software/FNF/" on fml coding style guide.

AUTHOR
    Ken'ichi Fukamachi

COPYRIGHT
    Copyright (C) 2002,2003,2004,2005,2006 Ken'ichi Fukamachi

    All rights reserved. This program is free software; you can redistribute
    it and/or modify it under the same terms as Perl itself.

HISTORY
    FML::Command::DirUtils first appeared in fml8 mailing list driver
    package. See "http://www.fml.org/" for more details.

