01-23-2007 08:04 AM
01-23-2007 09:30 AM
Answering a question won't get anyone in trouble. You could use a bigger font though to make your question easier to read though.![]()
The problem you are having is that you are building a an invalid path. You could have seen this yourself by simply probing the path input to Write Characters to File. There are illegal characters in the date and time strings. I would replace the '/' and ':' characters with the underscore '_' character. It also seems like you want to create a folder with the date name and a file under that folder with the time as the name (and no extension)? If you want the date and time both to be part of the file name, you need to concantante the strings before wiring it to the build path. I would also suggest you add a default path to the base path input (i.e. c:\) or use the current VI's path as the base path. I would suggest you create a small VI with just the code for creating a path. When the path is the way you like it, then move it to the VI with the write file stuff.