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

2023-08-15 Thread Dolezal, Vojtech
. srpna 2023 20:40 Komu: Dolezal, Vojtech Kopie: python-win32@python.org Předmět: Re: [python-win32] How to search Windows file structure (with existing indexes) Because pywin32 is required for adodbapi to operate, it was merged into pywin32 several years ago. Installing a current version of pywin32

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

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

2023-08-08 Thread Dolezal, Vojtech
Good afternoon, is it possible to search Windows file structure with use of indexes where available? There seems to be package named adodbapi which supposedly allowed for this, but according to its SourceForge page (https://sourceforge.net/projects/adodbapi/) it is now part of pywin32.

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

2023-08-08 Thread Dolezal, Vojtech
Good afternoon, is it possible to search Windows file structure with use of indexes where available? There seems to be package named adodbapi which supposedly allowed for this, but according to its SourceForge page (https://sourceforge.net/projects/adodbapi/) it is now part of pywin32.