python show folder files and not subfolder files
pascal z
barpasc at yahoo.com
Wed Sep 23 20:00:12 EDT 2020
ok, i came up with
if os.path.isfile(path)
following
path = os.path.join(Lpath, f)
and it seems to be ok, no dupplicates or wrong sizes...
thanks
More information about the Python-list
mailing list