textfiles-politics/pythonCode/test.py

6 lines
138 B
Python
Raw Normal View History

2023-03-27 17:14:07 -04:00
import os
workingDir = os.getcwd()
CollPath = os.path.join(workingDir, '../regexConsp')
insideDir = os.listdir(CollPath)
print(insideDir)