os.access with wildcards

Leif K-Brooks eurleif at ecritters.biz
Fri Oct 7 02:26:53 EDT 2005


mike wrote:
> i'd like to use
> 
>    os.access(path,mode)
> 
> where path may contain linux style wildcards.

os.access(glob.glob(path), mode)



More information about the Python-list mailing list