Dear community,
is there a node, which calculates the size of a folder.
I started to do it with CountOccurrence. But maybe
there is a more siple way?
thanks so far…
Dear community,
is there a node, which calculates the size of a folder.
I started to do it with CountOccurrence. But maybe
there is a more siple way?
thanks so far…
hello ,not sure what you mean but if you mean size by kb or number of files , you can use dir , subdir , info plug from woei , and count and + spectral nodes to get what you need , hope it helps
I mean the the KB, MB, …
one of them would be great…
I use the folder items in my patch, but better would be the real size.
since a folder itself has no real size, you have to walk through all its items as colorsound suggests (no need for subdir though) to get some mb/kb value.