i would like to know if there is an API function that i could use so i could be able to know the size of all files on a target path. actually i would like to mimic how windows computes for the size of a folder or files when you right click on it and chooses the property menu. im creating a program that browse through a drive and folders and copies all files from that drive, which includes nested directories. the problem is that i couldn't use a progress bar since i couldn't compute for FILE SIZE beforehand.