os.access with wildcards

mike no.mail.here.at.here at gmail.com
Fri Oct 7 02:18:53 EDT 2005


i'd like to use

   os.access(path,mode)

where path may contain linux style wildcards.
i've failed so far.
my workaround is the bash command.

   os.system('[ -e %s ]' % fn )

any suggestions?




More information about the Python-list mailing list