ZeroPaladn @ Tue Jan 16, 2007 2:24 pm wrote:
I'm stumped on how to do this, creating a new txt file without actually having to exit the program, open and save a blank txt file (its annoying and impractical). I know how to delete one using the Kill syntax (heh), so I was thinking that maybe there was something like a Create function or something.
thanks guys
Open does that for you.
MSDN wrote:
If the file specified by pathname doesn't exist, it is created when a file is opened for Append, Binary, Output, or Random modes.