NAME

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

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

Language::Befunge, http://www.rcfunge98.com/rcsfingers.html#DIRF.

AUTHOR

Jerome Quelin, <jquelin@cpan.org>

COPYRIGHT & LICENSE

Copyright (c) 2001-2009 Jerome Quelin, all rights reserved.

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