I am trying to loop through a directory and filename into a variable to be manipulated.
Example:
Dir contains:
stuff.txt home.txt ... specs.txt
for loop:
var = [filenames in the dir such as stuff,home,spec..]
print hash(var)
Would it be possible to include sub directories?