Display file size in appropriate format (e.g. B, KB, MB, GB)
Parameters:
Name | Type | Description |
---|---|---|
size |
The size in bytes |
A tuple type of [, ] format. E.g. [300, 'MB']
Module
Name | Type | Description |
---|---|---|
size |
The size in bytes |