This commit is contained in:
2025-10-12 10:23:17 +02:00
parent fb16ad7ced
commit 53c5584852
7 changed files with 22613 additions and 13 deletions

View File

@@ -0,0 +1,8 @@
import os
from Functions import get_path_ciselniky
cesta=get_path_ciselniky()
print(cesta)
files = [f for f in os.listdir(cesta) if os.path.isfile(os.path.join(cesta, f))]
print(files)