notebook
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user