|
|||||||||||||||
|
|
The fls accessor walks the real filesystem to generate an xml document representation of the file tree structure. The resources that are matched are selected based upon a set a regular expression filter applied to the resource URI. The resource filter is provided as the operator.
The resulting document is hierarchical tree representation of the real filesystem tree. The structure of the returned document is as follows <fls>
...
<dir>home <res>mydoc.doc <uri>file:///home/mydoc.doc</uri> </res> </dir> ... </fls> Operator SyntaxThe fls accessor requires some properties to specify what to include in the listing. These are passed in by the operator in a <fls> property document. <fls>
<filter>.*</filter> <recursive /> <uri /> <age /> <size /> <lastmodified /> </fls>
<root> The base directory URI. eg file:///C:/some/path/ (C) 2003, 1060 Research Limited |
||||||||||||||
|
© 2003,2004, 1060® Research Limited
1060 registered trademark, NetKernel trademark of 1060 Research Limited
|
|||||||||||||||