listdir¶
-
sknano.core.
listdir
(path='.', filterfunc=None, filter_dirnames=False, filter_fnames=False, include_path=False)[source] [edit on github][source]¶ Return a tuple of the names of the directories and files in the directory given by
path
.Parameters: Returns: (dirnames, fnames) –
tuple
of names of directories and files inpath
.Return type: