Re: [Tutor] os.access vs os.path.isfile

2005-08-20 Thread Danny Yoo
> os.access is better/fast that os.path.isfile for checking if exist a file? I don't think we should judge this primarily as a matter of speed, but a matter of functionality. If we do something like: os.access(pathname, os.F_OK) this will tell us if a path name exists. But note that this

[Tutor] os.access vs os.path.isfile

2005-08-20 Thread Jonas Melian
os.access is better/fast that os.path.isfile for checking if exist a file? ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor