Assuming newfile is required, the following result was found.
dd/MM/yyyy hh:mm:ss FormatTime, v_TimeCreated, %A_LoopFileTimeCreated%, dd/MM/yyyy hh:mm:ss ; format new file name (path) v_NewFile := v_OriginalFilePath if(InStr(v_NewFile, "\")>0) { v_NewFile := StrReplace(v_NewFile, "\", " ") } v_NewFile :=...