# -*- coding: future_fstrings -*-
import scandir ds = scandir.scandir(datafolder) print [x for x in ds]