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 filedirectory –> total size of all files in directory and subdirectories, recursively.