Can any Python coder solve this?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can any Python coder solve this??

How to open any files/folders/.exe files without entering the location in PC using Python Script?

21st Jul 2019, 2:43 PM
Himanshu Sekhar Maharaj
Himanshu Sekhar Maharaj - avatar
7 Answers
+ 1
You can make it using listdir method from os module.
21st Jul 2019, 4:08 PM
Seb TheS
Seb TheS - avatar
+ 1
I am writing it
21st Jul 2019, 4:09 PM
Seb TheS
Seb TheS - avatar
21st Jul 2019, 4:44 PM
Seb TheS
Seb TheS - avatar
0
I can make a Python program to find it.
21st Jul 2019, 4:03 PM
Seb TheS
Seb TheS - avatar
0
How?? I mean what's the Code
21st Jul 2019, 4:07 PM
Himanshu Sekhar Maharaj
Himanshu Sekhar Maharaj - avatar
0
I've tried all... Can you please give me the code?
21st Jul 2019, 4:08 PM
Himanshu Sekhar Maharaj
Himanshu Sekhar Maharaj - avatar
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.
21st Jul 2019, 4:47 PM
Seb TheS
Seb TheS - avatar