create Or Exists File
Create a file if it doesn't exist, otherwise do nothing.
Return
{@code true}
: exists or creates successfully{@code false}
: otherwise
Parameters
filePath
The path of file.
Create a file if it doesn't exist, otherwise do nothing.
Return
{@code true}
: exists or creates successfully{@code false}
: otherwise
Parameters
file
The file.