NAME FML::Command::FileUtils - utilities to handle files. SYNOPSIS use FML::Command::FileUtils; my $obj = new FML::Command::FileUtils; $obj->remove($curproc, $command_context, $du_args); DESCRIPTION This class provides file operation functions. remove(), same as delete() method can be used to remove files under $ml_home_dir. METHODS new() constructor. delete($curproc, $command_context, $du_aregs) same as remove() below. remove($curproc, $command_context, $du_aregs) remove files specified in $du_args->{ options } if the file exsits and the file name matches the safe file regexp defined in FML::Restriction class. 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::FileUtils first appeared in fml8 mailing list driver package. See "http://www.fml.org/" for more details.