View Single Post
  #1944  
Old 20.10.2021, 22:03
Bilkoff Bilkoff is offline
Junior Loader
 
Join Date: Sep 2019
Posts: 10
Default

Is it possible to count the number of files in a local folder?

EDIT: Like 3h searching and after 5 minutes of posting I found it:
Code:
var folder = getPath("C:\\folder\\");
alert(folder.getChildren().length);

Last edited by Bilkoff; 20.10.2021 at 22:18.
Reply With Quote