File.createNewFile(silent)

Creates a new file. Automatically creates a new, empty file named by this abstract pathname, only if a file with this name does not yet exist. EXAMPLE // Create file fileok = createNewFile(testfile, silent : false) display ("Check that the file testfile.txt was created")

Arguments:

Name Type Description Mode
silent Bool Ignore error.Optional. in