Lab 8: Overview =============== .. include:: ../c-urls.rst This lab shows methods of deleting (unlinking) a file or erasing data in an existing file. Lab 8 Resources --------------- - |unlink (Microsoft)| function (Microsoft) - |remove (Microsoft)| function (Microsoft) - |open (Microsoft)| function (Microsoft) - |open (code wiki)| function (Code Wiki) Goals for Lab 8 --------------- During this lab, you will learn how to use: #. ``unlink()`` to delete a file. #. ``remove()`` to delete a file. .. admonition:: Source & license :class: note Reproduced **verbatim, without modification** from `© 2022, BilimEdtech Labs `__, licensed under `Creative Commons Attribution 4.0 International (CC BY 4.0) `__. Source page: https://labs.bilimedtech.com/operating-systems/8/overview.html See :doc:`LICENSE <../../LICENSE_edtech>` for the full license text.