Hello all
I was just wondering whether there was a way of getting _FileListToArray to look in sub folders
this is the sort of thing Im trying to do:
#include <File.au3> local $movlist = _FileListToArray("folderpath") Local $sFile = @DesktopDir & "\Test.txt" _FileWriteFromArray($sFile, $movlist, 1)
but for it to look in this folder and all subfolders
thanks in advance