create File
Return
the reference to the File
Parameters
path To File
the path to the file, must not be null and must not be a directory
Creates a file in the directory that the program was launched from. Parent directories are created if they do not exist.
Return
the created File instance
Parameters
file Name
the name of the file to create
Creates a file within a specific parent directory. Parent directories are created if they do not exist.
Return
the created File instance
Parameters
parent Dir
the path to the directory that will contain the file
file Name
the name of the file to create