We can get a list of file using the below code.
Local $aFileList = _FileListToArray(@DesktopDir, "*")
Is there any option to use the above one recursively to get sub folders and their contents also.??
And also, is there any way to serialize the above array locally to some file and load it later when we want in another program on another machine so that we can compare its contents with a folder in different machine, which is not network connected also.?