Property [] aProps = new Property[]{ new Property(
"IsFolder",0,new Type(), (short)0)};
Command command = new Command( "getPropertyValues" , 0 , aProps);
XRow row = (XRow) xProc.execute( command, n, env );
command = new Command( "getPropertyValues" , 0 ,
new Property[]{ new Property("Title",0,new Type(), (short)0)});
row = (XRow) xProc.execute( command, n , env );