initial creation
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from glob import glob
|
||||
|
||||
files = glob('../DATA/*.txt') # <1>
|
||||
print(files, '\n')
|
||||
|
||||
no_files = glob('../JUNK/*.avi')
|
||||
print(no_files, '\n')
|
||||
|
||||
Reference in New Issue
Block a user