I\'m trying to get the list of files in a particular directory and count the number of files in the directory. I always get the following error:
WindowsError
As I can see a WindowsError, Just wondering if this has something to do with the '/' in windows ! Ideally, on windows, you should have something like os.path.join('C:','client_side')
os.path.join('C:','client_side')