NAME
IO::DiskImage::Floppy - manipulate fdd (FAT12) image.
VERSION
Version 0.01
SYNOPSIS
$ fdimage.pl [options] image-file [files...]
$ perl File::FDImage -e 'File::FDImage->run(@ARGV)' ...
options:
--create create new image
-a|--append file append file
-l|--list list files contained in image
-x|--extract extract file from image
EXPORT
no functions exported.
METHODS
$pkg->new(..)
file => $file: image file
create => $bool: create new image.
$obj->append(@files)
append files into image.
$obj->list()
show contained files.
$obj->extract(@files)
extract files from image.
$obj->ipl($file)
set ipl image.
$obj->ipl_address([$addr])
if argument is passed, set ipl start address. otherwise print ipl start address.
$obj->usage([$msg])
show usage.
$obj->run(@ARGV)
run commands.
LIMITATIONS
- directories are not implemented yet.
- delete entrty is not imelemented yet.
AUTHOR
YAMASHINA Hio, <hio at cpan.org>
BUGS
Please report any bugs or feature requests to bug-io-diskimage-floppy at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=IO-DiskImage-Floppy. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc IO::DiskImage::Floppy
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=IO-DiskImage-Floppy
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2007 YAMASHINA Hio, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.