Using os.listdir(pathname = root drive) gives a list including $RECYCLE.BIN though its hidden. How can I exclude these hidden items?
os.listdir(pathname = root drive)
$RECYCLE.BIN
I have foun