目录引言使用pathlib库操作文件基本路径操作文件重命名与删除文件查找与遍历文件读写操作使用zipfile、tarfile压缩解压文件ZIP文件操作TAR文件操作实际应用场景场景一:日志文件自动归档场景二:批量文件格式转换引言
I\'d like to pass a method of a class as callback to a WinAPI function. Is this possible and if yes, how?