get_free_space_in_dir

astropy.utils.data.get_free_space_in_dir(path)[source] [edit on github]

Given a path to a directory, returns the amount of free space (in bytes) on that filesystem.

Parameters:
path : str

The path to a directory

Returns:
bytes : int

The amount of free space on the partition that the directory is on.