Microsoft SDK for Java

FileEnumerator.close

Closes this file enumerator.

Syntax

public void close()

Remarks

System resources are released and any pending enumeration results are discarded. There is typcially no need to call this method because getNextFile automatically closes the enumerator when the last file has been processed.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.