remove
Description:
public bool remove (
File file,
int stage)
throws Error
Remove a file from the index (specified by position).
Parameters:
this |
a Index.
|
file |
the file to search.
|
stage |
the stage to search.
|
Returns:
true if the file was successfully removed, false otherwise.
|