Re: [python-win32] python-win32 Digest, Vol 241, Issue 2

2023-08-09 Thread Chr Pqe
Hello It is not at all clear what you are asking. You are halfway there if you start with the right question as one famous man said... The link you provided isn't about "windows file structure" but about accessing databases. In any case, even if it could access perhaps Windows Search database,

Re: [python-win32] How to search Windows file structure (with existing indexes)

2023-08-09 Thread Vernon D. Cole
For reading file directories I recommend using pathlib from the Python standard library. On Wed, Aug 9, 2023 at 12:40 PM Vernon D. Cole wrote: > Because pywin32 is required for adodbapi to operate, it was merged into > pywin32 several years ago. Installing a current version of pywin32 will >

Re: [python-win32] How to search Windows file structure (with existing indexes)

2023-08-09 Thread Vernon D. Cole
Because pywin32 is required for adodbapi to operate, it was merged into pywin32 several years ago. Installing a current version of pywin32 will install adodbapi as part of it. It will appear as a separate module in the Python site-packages library tree. I have never tried accessing the Windows