--- lib/Search/TokyoDystopia.pm 2008/08/18 18:55:38 23 +++ lib/Search/TokyoDystopia.pm 2008/08/18 19:18:53 28 @@ -46,6 +46,11 @@ tcidbiternext tcidbsync tcidboptimize +tcidbvanish +tcidbcopy +tcidbpath +tcidbrnum +tcidbfsiz ); =head1 NAME @@ -159,6 +164,26 @@ my $success = tcidboptimize( $idb ); +=head2 tcidbvanish + + my $success = tcidbvanish( $idb ); + +=head2 tcidbcopy + + my $success = tcidbcopy( $idb, '/path/of/copy' ); + +=head2 tcidbpath + + my $path = tcidbpath( $idb ); + +=head2 tcidbrnum + + my $number_of_records = tcidbrnum( $idb ); + +=head2 tcidbfsiz + + my $file_size = tcidbfsiz( $idb ); + =cut =head1 KNOWN BUGS