--- lib/Search/TokyoDystopia.pm 2008/08/18 19:01:00 25 +++ lib/Search/TokyoDystopia.pm 2008/08/18 19:18:53 28 @@ -48,6 +48,9 @@ tcidboptimize tcidbvanish tcidbcopy +tcidbpath +tcidbrnum +tcidbfsiz ); =head1 NAME @@ -169,6 +172,18 @@ 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