Deleting a File in Python, What Module?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
User avatar
abductedbyaliens
Posts: 1
Joined: Mon Oct 11, 2021 11:52 am

Deleting a File in Python, What Module?

Post by abductedbyaliens » Mon Oct 11, 2021 12:45 pm

Hi,

I am a beginner to Python and I was reading this blog - https://www.scaler.com/topics/how-to-de ... in-python/ on Deleting file in Python wanted to understand the difference between using the os module in python vs. using the shutil module for Deleting File in Python? Which module is recommended?

Post Reply