Deleting folders in Colab (from root/.fastai)

I need to delete a folder due to this :point_down:t4: reason.

Not able to find root/.fastai ???

Hi Rajarshi

If you using colab I suggest this is the directory you require rather than root/.fastai

!ls -al /content/gdrive/MyDrive/fastai

!rmdir /content/gdrive/MyDrive/fastai/conwyn

Regards Conwyn

Hey I resolved this with !rm -r
but I dont see a /content/gdrive/MyDrive/fastai/ is that created by default?