The function I write is suppose to create a new folder if there isn't one in the specific directory and if the folder is already in that directory then return True.
It seems some how my code on checking whether the fold exist in that directory is not working.
Help me please.