1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
saviour-backup-system/Algorithms/check drive capacity.pseudo

6 lines
175 B
Plaintext

(USB_Location, Drive_Location)
freeSpace <-- getCapacity(Drive_Location)
driveFiles <-- getCapacity(USB_Location)
if driveFiles > freeSpace then return True
else return False