new File:hFile;hFile = fopen( "TestScriptCrashMe/Crash.txt", io_append );fwrite( hFile, "%s" );fclose( hFile );