Search found 1 match

by jack093
Mon Dec 07, 2020 7:14 am
Forum: Development, plugins and third party software
Topic: How can I get a date and size of a file?
Replies: 1
Views: 17135

How can I get a date and size of a file?

How can I get a date and size of a file? def search_files(file): Search = windll.LoadLibrary("everything64.dll") strBuff = create_unicode_buffer(255) fdate = ctypes.c_ulonglong(1) file_size = ctypes.c_ulonglong(1) Search.Everything_SetSearchW(file) Search.Everything_QueryW(True) Results = ...