I've done a search but I can't find an answer to the problem I'm having. Is there a way of converting a collection into an array? I am using the following code to retrieve the names and sizes of all .jpg files on a workstation.
Is there a way to convert colFiles into a multidimensional array? This is because need to add the sizes of all the jpg files to find the total amount of storage they are using.