如何使用python读取Windows历史记录(文件夹)的内容?

时间:2019-03-23 20:35:11

标签: python python-3.x windows filesystems

我想使用python读取“ C:\ Users \ user \ AppData \ Local \ Microsoft \ Windows \ History”的内容。我尝试了os.listdir,但它只返回了“ History.IE5”和“低”。如何读取其中所有项目的名称,并可能将其删除?

1 个答案:

答案 0 :(得分:0)

您需要os.walk

Cannot use 'in' operator to search for 'default' in undefined

styled is not defined