I have a process that requires saving a lot of files into a single folder, the problem is I do not want it to overwrite the file using the same name.
I don’t really care what the name of the file is, I just need the file to be saved.
What would be the easiest sequence to make for naming the process.
I am aware saving the date and time as the name of file is possible but if there is an easier way then please let me know, otherwise let me know the process of naming it regarding date and time.