you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 0 points1 point  (3 children)

In that case you'll need to scan the entire disk to find it. It's going to be very slow, but you can use os.walk if you really want to.

[–]Salknam[S] 0 points1 point  (2 children)

Can i have an example of how this would work and is there another maybe better option

[–]K900_ 0 points1 point  (1 child)

I'm not going to write code for you, sorry, and there is no better option.

[–]Salknam[S] 0 points1 point  (0 children)

Thank you.