I'm having problem to completely figure out File.CreatTextM Method. What i'm trying to do is make a button that would prompt user to imput a text file name, prompt again to enter name, and finally create the text file in predestined location.
As far as i know in "Sring path =" you must predetermine name in the code, is there a command that opens a new window (or something) for user to input, so that i could store it to a variable and use in "Sring path ="
Or is there another approach for this?