function i = disk_capacity(file)

i = disk_usage(file, 'total');

end