Page 2 of 2

Re: Use the new folderreport() on all drives

Posted: 20 May 2016 15:59
by admin
1) folderreport("treeitems" ...) got much faster.

2) I added a new report type "tcsv" that might do the job for you, and which is again much faster than the "treeitems" type.

Next beta...

Re: Use the new folderreport() on all drives

Posted: 21 May 2016 17:34
by admin
So, did you test it? In the lastest beta version simply try the new "Tree Structure" report. Should be pretty fast.

RE: Use the new folderreport() on all drives

Posted: 21 May 2016 21:51
by iycgtptyarvg
So, do I need to do this?

Code: Select all

"Drive structure"
  folderreport("tcsv", "file", "C:\", "r",  "E:\Storage\Documents\Drive structure.csv");
  folderreport("tcsv", "file", "D:\", "ra", "E:\Storage\Documents\Drive structure.csv");
  folderreport("tcsv", "file", "E:\", "ra", "E:\Storage\Documents\Drive structure.csv");
Oooooooooooooooooh GREAT!!!!

Not only does the report look MUCH better, it only took 1:42!!

Wow, wow, wow!!!