| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…globbing Call `ReadablePath.info.exists()` rather than `ReadablePath.exists()` when globbing so that we use (or populate) the `info` cache.
| Back | FazBrowse Home | New Git URL |
Call ReadablePath.info.exists() rather than ReadablePath.exists() when globbing so that we use (or populate) the info cache.
No change to Path.glob(), which uses glob._StringGlobber (hence os.lexists()) rather than glob._PathGlobber.