Creates a new file.
public static File create( String path )
path
The name of the file to create.
Returns a File object for the new file.
WinIOException thrown if an error occurs.
If a file with the specified name exists, it is truncated to zero length. The returned File object will have both read and write access to the new file.
See Also close