How to auto save file with actual date + time as file name

Probably because Now will contain ":" and "/" characters which arent allowed in filenames. Try using Now.ToString("dd-MMM-yyyy hhmmss") instead.
 
Back
Top