File path File name File creation date
C:\Users\HagenL\Documents\ File A 23.07.2023
C:\Users\HagenL\Documents\Folder 1 File B 23.07.2023
C:\Users\HagenL\Documents\Folder 2 File C 23.07.2023
C:\Users\HagenL\Documents\ Folder 3 File D 23.07.2023
… … …
I already got the output in three Arrays (except for the dates), but I need the output in a data table. GetFoldersAndSubFolders.xaml (14.3 KB)
You only need a for each file in folder activity…use include sub folders in it…and inside loop use currentfile.FullName for path …currentfile.Name for name and currentfile.ModifiedDate for date …use all of thse in add data row array row field…
After loop use write range to write the datatable which was build using add data row
I’m unable to open your xaml files. Error: document invalid
Never had this issue in this forum (I’m sure the xaml files you sent work perfectly though and I am very thankful for them)
If sb else can open them pls give notice, so I can mark Irtetala’s answer as correct.
Also Irtetala I will mark yours as soon as I find out what the problem is. Hope that is okay for you. Otherwhise just write me here Also thanks again