Python | List Files in a Directory

Опубликовано: 09 Июль 2019
на канале: Dan Leeman
15,298
197

In this video we look into how to list the files and the directory of current path or a specific path using the os library and the glob library. The os library's list dir allows for easy and simple listing of directory of current and specific path, while the glob method adds more functionality to listing file and directories through pattern matching and outputting absolute path to files.