Hello, I need to write a program to control the size of several users' directories. Is there a way to determine it from a C++ program, or should I take another approach?
I know what I would do with a Linux box, but not in Windows, not especially when the users have named directories after themselves and are letting them grow wild.
What I mean is that I need to store the directories' size somewhere, so I can monitor which users are exceeding the limit.
Sort of like quotas, but informal. Hope I explained it better this time.