Is there a more efficient way to get the
byte size of any given directory than
iterating all files with findfirstfile
and findnextfile and totaling the file
sizes? What I would like to determine is
the byte size of all files in a dir., used
bytes by those files, and determine after
that the cluster waste.
This is my first post to this forum although
I am no stranger to it. It is a truly invaluable
resource and I would like to express my gratitude
to all the professionals who share their knowledge.
I would feel fortunate to begin sharing with this
group what I can.
TIA
Michael Ritter
byte size of any given directory than
iterating all files with findfirstfile
and findnextfile and totaling the file
sizes? What I would like to determine is
the byte size of all files in a dir., used
bytes by those files, and determine after
that the cluster waste.
This is my first post to this forum although
I am no stranger to it. It is a truly invaluable
resource and I would like to express my gratitude
to all the professionals who share their knowledge.
I would feel fortunate to begin sharing with this
group what I can.
TIA
Michael Ritter
Comment