Creates a FileEnumerator object.
public FileEnumerator( String path )
path
The directory path and file name to enumerate.
WinIOException thrown if the specified path is invalid.
The path parameter must specify a valid directory path and file name. The file name can contain wildcard characters (* and ?). Following the construction of a file enumerator, the hasMoreFiles method indicates whether at least one file was found that matches the specified pattern.