filebrowser/backend/vendor/github.com/yusufpapurcu/wmi
Graham Steffaniak b928e6557c updated with a few changes
- git directory structure changed (no more src folder)
 - search now works with filesize larger/smaller than x MB
 - search currently allows for only one search request at a time
   - cancels older requests by having them immediately return null
2023-07-21 17:41:24 -05:00
..
LICENSE updated with a few changes 2023-07-21 17:41:24 -05:00
README.md updated with a few changes 2023-07-21 17:41:24 -05:00
swbemservices.go updated with a few changes 2023-07-21 17:41:24 -05:00
wmi.go updated with a few changes 2023-07-21 17:41:24 -05:00

README.md

wmi

Package wmi provides a WQL interface to Windows WMI.

Note: It interfaces with WMI on the local machine, therefore it only runs on Windows.