os.walk in python when used on / directory descends into /Volumes and starts traversing external drives. How can I traverse all directories without leaving current filesystem?
os.walk in python when used on / directory descends into /Volumes and starts traversing external drives. How can I traverse all directories without leaving current filesystem?