Up |
_refine_nth
Same function as _refine, but partition can be specified by its index (order in the usm.ini file). '_refine_nth 0 x' is equivalent to '_refine x'.Parameters
S _refine_nth ( S _subdirectory_ I _index_ )
Return value
_subdirectory_ subdirectory to refine the partition. _index_ partition index.
_subdirectory_
Error :
- EOK if success.
- ECACHE if the Cache is activated.
- EARGNIL if the subdirectory is nil.
- EARG if the subdirectory is incorrect.
- EINVAL if the given index is negative.