Do we have a command to know the size of the container in swift?
Hello,
I am looking for a command to list the size of the container in particular object. I have tried to use the stat and list. But both these sub commands do not return the size of the container. Kindly take a look on my results.
I don't know why the bytes are returning zero. Kindly help me to sort this out.
Does this return a size:
If it has no size then the container would not have size. it depends on if it looks recursively or if it always returns 0 since the container has no size.
Thanks a lot. It helped me. The file was seems to be corrupted and it was returning zero size.