I have currently made an array and a forloop that checks a folder path.
But what if the folder path has subfolders contained and in the subfolders more subfolders, is there an possibility that i check if it exists and add them to my _Filelist array?
Thanks
It seems that the problem is in this line, i think about the last parameters
Since i was not able to get the dates of the files i want to copy
$tijd = StringRegExpReplace(FileGetTime($map & $test[$i], 1, 1), "(.{4})(.{2})(.{2})(.{2})(.{2})(.{2})", "${1}/${2}/${3} ${4}:${5}:${6}")
Could you give me an hint for solving it?