PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD 5.5] directory size
[WD 5.5] directory size
Iniciado por patrick.vandebroek, 29,jul. 2003 17:29 - 1 respuesta
Publicado el 29,julio 2003 - 17:29
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
Publicado el 29,julio 2003 - 20:40
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