PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → [WD 5.5] directory size
[WD 5.5] directory size
Started by patrick.vandebroek, Jul., 29 2003 5:29 PM - 1 reply
Posted on July, 29 2003 - 5:29 PM
Hey all,
does anyone know how to get the size (in kb) of a directory(and all it's sub dirs), without calculating each file in this dir?
Regards,
Patrick Vandebroek
Posted on July, 29 2003 - 8:40 PM
Hey all,
does anyone know how to get the size (in kb) of a directory(and all it's sub dirs), without calculating each file in this dir?
Regards,
Patrick Vandebroek

Hi Patrick,
Use flistfile and fsize to compute the directory size.
Bert