Who knows the screenshot 's naming rule?

who knows the screenshot 's naming rule?
thanks

Hi @jmy,

I am not aware which screenshot’s naming format/rule you are looking for.

But you can name the files with unique names by using current date and time in the below format.

Code to get it: “Filename_” + DateTime.Now.ToString(“dd/MM/yyyy hh:mm:ss”).Replace(“/”,““).ToString.Replace(”:“,””) + “.png”

Sample filename: Filename_12_06_2018 01_36_49.png
add whatever extension applicable for you.

image

image

Like this one

They are auto generated you cannot change them from the program

I don’t think it’s auto
it might have some related about time or MD5 or others something
thank you

I cant see timestamp in it, I too would like to know the pattern

thanks your reply