Get the size of a file or directory. For files, the stat functions can be used as well.
If path is a directory, this function will recursively iterate over every file and every directory inside of path and therefore will be very time consuming if used on larger directories.
Get the size of a file or directory. For files, the
statfunctions can be used as well.If
pathis a directory, this function will recursively iterate over every file and every directory inside ofpathand therefore will be very time consuming if used on larger directories.