Closed silvenon closed 5 years ago
I was only seeing examples like temp/** and temp/**/* so I wasn't sure whether using just temp would recursively delete the directory temp. It did, so I felt like it would be useful to mention that in the docs.
temp/**
temp/**/*
temp
I was only seeing examples like
temp/**
andtemp/**/*
so I wasn't sure whether using justtemp
would recursively delete the directorytemp
. It did, so I felt like it would be useful to mention that in the docs.