[Solved] How to check if directory exist or not on passing as a parameter in python?


In Python the way you combine paths is not 'pathtodata'DirectoryName but rather os.path.join(pathtodata, DirectoryName).

1

solved How to check if directory exist or not on passing as a parameter in python?