Maybe this script will be useful
@var $s = AskText("Enter file name", "New file.txt", 0);
$s = GetSourcePath() + $s;
SaveStringToFile($s, "", 0);
It asks you for the file name and then creates empty file. But if a file already exists, it will be overwritten.