Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-05 11:21:22 +01:00 committed by GitHub
parent 5ddb9dadbb
commit 4364603463
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,10 @@
# [glob](https://docs.python.org/3/library/glob.html) : Finding files in a directory
{:.no_toc}
<nav markdown="1" class="toc-class">
* TOC
{:toc}
</nav>
## Goal
We want to deal with many files in a directory. What is an easy way to get the filename in a directory?