Unsolved
This post is more than 5 years old
2 Posts
0
2149
February 12th, 2010 14:00
Listing a directory using prefixes
Hello,
Is there any way to list the contents of a directory but using prefixes? For example:
If the directory contains files by the names:
a.txt
ab.txt
b.txt
Then I would like a list of all files starting with "a". I could not find any such examples in the documentation. Also I am interested in a solution for namespace interface rather than the object interface.
Thanks,
Gautam
No Events found!


rbala1
222 Posts
0
February 22nd, 2010 08:00
Gautam,
(Responding here for posterity's sake though we have already communicated about this question.)
There is no way to query objects using filters as you have described --- the content is not indexed.
Raj