7 Respostas
+ 1
You can make it using listdir method from os module.
+ 1
I am writing it
0
I can make a Python program to find it.
0
How?? I mean what's the Code
0
I've tried all... Can you please give me the code?
0
#In
all, found, paths = searcher(input("Filename: "))
#all is a list of all the files that were found.
#found is a list of all the files that correspons the input.
#paths is a list of all the file paths, that corresponds the input.