7 Tips to Play With File Names, Directory Names, and Paths in Python

Python’s OS.path module have a lots of commands/methods that are greatly useful for all things files/directories/paths. Here are seven tips for playing with files, directories, and paths using Python os.path. These commands will help you check if a given path is a directory or not? find given path is a file? check if a file… Continue reading 7 Tips to Play With File Names, Directory Names, and Paths in Python