import win32file import win32con def main(): path_to_watch = 'D:\' _file_list_dir = 1 # Create a watcher handle _h_dir = win32file.CreateFile( path_to_watch, ...
確定! 回上一頁