
IO::DiskImage::Floppy - manipulate fdd (FAT12) image.

Version 0.01

$ 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

no functions exported.

file => $file: image file create => $bool: create new image.
append files into image.
show contained files.
extract files from image.
set ipl image.
if argument is passed, set ipl start address. otherwise print ipl start address.
show usage.
run commands.

- directories are not implemented yet. - delete entrty is not imelemented yet.

YAMASHINA Hio, <hio at cpan.org>

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.

You can find documentation for this module with the perldoc command.
perldoc IO::DiskImage::Floppy
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=IO-DiskImage-Floppy


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.