Opens an existing file for read access only.
public static File openRead( String path )
path
The path of the file to open.
Returns a File object for the opened file.
WinIOException thrown if an error occurs.
This method is a convenient way of constructing a new File object with the FileMode.OPEN, FileAccess.READ, and FileShare.READ flags.