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

NAME

Language::Befunge::lib::DIRF - directory operations

VERSION

version 5.000

DESCRIPTION

The DIRF fingerprint (0x44495246) allows to do directory operations.

FUNCTIONS

new

Create a new DIRF instance.

directory operations

  • C( $directory )

    chdir $directory.

  • M( $directory )

    mkdir $directory.

  • R( $directory )

    rmdir $directory.

SEE ALSO

http://www.rcfunge98.com/rcsfingers.html#DIRF.

AUTHOR

Jerome Quelin

COPYRIGHT AND LICENSE

This software is copyright (c) 2003 by Jerome Quelin.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.