This is for personal use only, so permissions/security issues can be ignored for the time being.
I have:
A "Create File" button and event listener. I'm able to successfully alert() all the information I need for the path and file name I want created.
I want:
A function to create a local file in a directory as specified by the script, e.g.:
Create "C:\Foo\Bar.txt", where C:\Foo already exists and "Bar.txt" is an empty text file.