Total Commander WDX plugin Test.

Implements content plugin interface functionality. Prints all fields' values
with all measurements (if exists).

Version 0.2

May be useful for testing plugins because plugin can write to stdout or stderr.

Usage:
  wdxtest <wdx> <file> [-f[<N>]]

<wdx>   - path to WDX plugin
<file>  - path to file

-f[<N>] - out ft_fulltext fields. <N> - maximumum number of bytes to output.
          If <N> not speicified, out all field data

If only <wdx> specified wdxtest shows plugin's supported fields. If <file>
specified too it shows contents of all fields with all units.

For ft_numeric_floating wdxtest shows float number and string stored by plugin
in parenthesis (if plugin have stored such string).

ERRORLEVEL: 0 - success, non zero - some (m.b. unknown) error. Program NOT
tested with file names that contains non-ASCII chars.

wdxtest page: http://www.totalcmd.net/plugring/wdxtest.html


Changelog

0.2, 2007/09/07

	Added support for ft_fulltext

--
Copyright (c) 2007 Oleg Bondar.
<hobo-mts <at> mail <pnt> ru> (change <at> to @ and <pnt> to '.')
Subject of message must contain word 'wdxtest'.
