Managing directories in Python Programming Language

In this tutorial we will learn about how to manage directories.Directories are nothing but group of files and sub-directories.Here we are discussing about how to manage this sub-directories and directories using different methods belongs to os module.That is mkdir chdir listdir rmdir. To get current working directory we need to use getcwd command.



Watch this tutorial to learn about how to manage directories.