OK, I'm still confused. According to the help for the function, "If Append to File? is TRUE, the VI appends data to an existing file. If Append to File? is FALSE, the VI replaces data in an existing file.
If there is no existing file, the VI creates a new file. The default is FALSE. So, why doesn't it create the file if it doesn't already exist? I want to create a new file each day, with part of teh file name being the date. So far, the only way it works is to create a file at the Root directory. If I try creating a file in a folder on the C Drive, or better yet, within a folder insode another folder, in yet a third folder on the C Drive, it does not work. Help?!