Opens an existing file for read and write access.
public static File open( 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.READWRITE, and FileShare.NONE flags.