Answers for "get list of directories only in a directory python"

17

get list of folders in directory python

import os 
my_list = os.listdir('My_directory')
Posted by: Guest on June-08-2020

Code answers related to "get list of directories only in a directory python"

Browse Popular Code Answers by Language