_removeLastPartition Scol 6.x or above required
Remove the last added partition. The cache must be not activated.
Prototype :
fun [] I
Return : I 0 or nil if bad arguments
Error :
- EOK if success.
- ECACHE if the Cache is activated.
- EDOM if the number of partition is incorrect.
See also :
_addPartition
_isCacheActivated
Example :