04-06-2018 10:58 AM
Hello everybody i need some help. I have to use javascript to count the number of files in a directory and have that value in a variable. Does anyone knows how to do that.
Thanks in advance.
04-07-2018 09:02 AM
If you have your directory in a variable like "node", you get the number of children of this node via node.children.length
see ScriptNode API | Alfresco Documentation
or use childFileFolders | Alfresco Documentation
node.childFileFolders(true, false).length
there you can choose to get all files, directories or files and directories...
Explore our Alfresco products with the links below. Use labels to filter content by product module.