Posts by rogger • 35 points
2 posts
-
0
votes1
answer655
viewsQ: Error in os.system() python
I have a script in python that needs to run other software multiple times, I’m trying to do this using the.system("command"), but this function always returns me -1 and does not work, I have tested…
-
3
votes4
answers8851
viewsQ: Full Python file path
I’m using the method os.listdir() to return a list of all the files, however the return is only the file name and I would like it to return the absolute path, someone knows some way ? The method…