Feat : media image

This commit is contained in:
martin legrand 2025-03-09 13:13:12 +01:00
parent 7710fb3f9d
commit 2da02009fc
3 changed files with 0 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 237 KiB

After

Width:  |  Height:  |  Size: 237 KiB

BIN
exemples/find_file.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

View File

@ -60,7 +60,6 @@ class FileFinder(Tools):
str | None: The path to the file if found, None otherwise
"""
file_path = None
print(f"Searching in directory: {os.path.abspath(directory_path)}")
excluded_files = [".pyc", ".o", ".so", ".a", ".lib", ".dll", ".dylib", ".so", ".git"]
for root, dirs, files in os.walk(directory_path):
print(f"Root: {root}, Files: {files}")