import os

print('Current dir files : ',)
print([os.path.abspath(f) for f in os.listdir('.')] )