Open a specified file and seek to the first record.
True if the file is succefully opened. False otherway.
This method only open the file.
To read record by record use ReadNext method.
When you stop to read the file you must call Close method.
This example show the basic use of the async methods in the FileHelperAsymcEngine:
FileHelperAsyncEngine Class | FileHelpers Namespace