xisofs

 view release on metacpan or  search on metacpan

help/help08  view on Meta::CPAN

Do not use deep directory relocation, and instead just pack them in the way we see them. This violates the ISO9660 standard, but it works on many systems. Use with caution.

xisofs.pl  view on Meta::CPAN

	$dataField{"check$i"} = 0;
}

$dataField{'radio1'} = 0;

check(0,0,$optLeftFrame, 'Include All Files', 'help06',
	'Include all files regardless of filename');
check(0,1,$optLeftFrame, 'Omit Trailing Periods', 'help07',
	'Omit trailing period from files that do not have an extension');
check(0,2,$optLeftFrame, 'Do Not Use Deep Directory Relocation', 'help08',
	'Do not use deep directory relocation, just pack them as they are');
check(0,3,$optLeftFrame, 'Follow Symbolic Links', 'help09',
	'Follow symbolic links when creating filesystem');
check(0,4,$optLeftFrame, 'Allow Full 32 Character Filenames', 'help10',
	'Allow full 32 character filenames, instead of DOS 8.3');
check(0,5,$optLeftFrame, 'Allow Filenames To Begin With A Period', 'help11',
	'Do not replace leading dot with an underscore');
check(0,6,$optRightFrame, 'Omit Version Numbers', 'help12',
	'Omit file version numbers which are rarely used');
check(0,7,$optRightFrame, 'Use Rock Ridge Protocol', 'help13',
	'Use Rock Ridge protocol to further describe the files on the filesystem');



( run in 0.927 second using v1.01-cache-2.11-cpan-5511b514fd6 )