Im trying to create date/time as filename. from get date/time result string right? then i concatenate with .txt and input in built path. but the output says "not a correct path". whats wrong with this? can someone help me? thanks a lot
In using GetDateTime String, the date output is like 12/23/2005. The forward slashes cannot be used in a filename. I'm not sure about the colon in the time output, like 12:43 PM. You should wire the date output to a Search and Replace String function. Search for forward slash and replace with dash. Be sure to set the boolean input for Replace All to True. Same for the time function, replace the colon if you get filename errors.