new File:CreateNewFile = fopen("FileName.txt", io_write); fwrite(CreateNewFile, ""); fclose(CreateNewFile);