Given a path to a directory, returns the amount of free space (in bytes) on that filesystem.
path : str
The path to a directory
bytes : int
The amount of free space on the partition that the directory is on.