sknano.core.listdir_fnames¶
-
sknano.core.listdir_fnames(path='.', filterfunc=None, include_path=False)[source][source]¶ Return list of names of files in the directory given by
path.Parameters: path :
str, optionalfilterfunc : function, optional
include_path :
bool, optionalReturns: fnames :
listlistof names of files inpath.