public Object execute( Object thiz, Object[] args ) throws Exception {
String[] list = null;
FileConnectionWrapper fConnWrap = null;
try {
fConnWrap = new FileConnectionWrapper( args[ 0 ].toString() );
Enumeration fileEnum = fConnWrap.list();
int count = 0;
String fileName;
while( fileEnum.hasMoreElements() ) {