Skip to main content

How much the files in a folder ?

Author: a.gene@effort-remois.com (aureliegene)

How to know the number of files which I have in a folder ?

How much the files in a folder ?

Author: a.gene@effort-remois.com (aureliegene)

How to know the number of files which I have in a folder ?

Is this a solution?

v_COUNT=$itemcount($ldirlist("X:\\a_dir"))


Author: istiller (i2stiller@gmx.de)

How much the files in a folder ?

Author: a.gene@effort-remois.com (aureliegene)

How to know the number of files which I have in a folder ?

Thanks, but not exist in version8


Author: aureliegene (a.gene@effort-remois.com)

How much the files in a folder ?

Author: a.gene@effort-remois.com (aureliegene)

How to know the number of files which I have in a folder ?

$list$ = $ldirlist("X:\\a_dir")
$1 = ""
putitem $list$, -1, $1
V_COUNT = $status
 


Author: aureliegene (a.gene@effort-remois.com)