|
Whitebeam Template Reference Documentation
|
System Template
count()
Gets a count of file fragments matching the search criteria.
See Also
rb.file.get() Syntax
number = rb.file.count(fileSearch)
Parameters
The 'count' method takes 1 parameter:
Results
The 'count' method returns number:
Type/Value | Range/Length | Description |
number |
0.. |
Number of files satisfying search criteria.
|
Remarks
This method pre-determines the number of file fragments to expect from get. NOTE:
the result is the number of fragments. If you want to know how many unique fileIDs exist then leave bit
1 of allData clear.
|
|
(loadtime : 84ms) |