I have a list containing the path of some directories, I want to check if each directory exists, for that I use os.path.exists() , if a directory does not exist, I use the remove() method to remove it from the list, looping for...
asked by
26.07.2016 / 16:11