PlasmaCalcs.tools.os_tools.nbytes_path

PlasmaCalcs.tools.os_tools.nbytes_path(path='.')
returns total size (in bytes) of all files implied by path.
path: str
file –> size of file
directory –> total size of all files in directory and subdirectories, recursively.