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


IO-DiskImage-Floppy documentation  | view source Contained in the IO-DiskImage-Floppy distribution.

Index


NAME

Top

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

VERSION

Top

Version 0.01

SYNOPSIS

Top

 $ 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

Top

no functions exported.

METHODS

Top

$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

Top

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

AUTHOR

Top

YAMASHINA Hio, <hio at cpan.org>

BUGS

Top

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

Top

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

http://annocpan.org/dist/IO-DiskImage-Floppy

* CPAN Ratings

http://cpanratings.perl.org/d/IO-DiskImage-Floppy

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=IO-DiskImage-Floppy

* Search CPAN

http://search.cpan.org/dist/IO-DiskImage-Floppy

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


IO-DiskImage-Floppy documentation  | view source Contained in the IO-DiskImage-Floppy distribution.