Get-ChildItem -Path "D:\xcode\xdemo\realtime-screen-ocr-rust\pptx-rs\src" -Recurse -File | Select-Object FullName,Length,LastWriteTime | Sort-Object FullName | Format-Table -AutoSize | Out-File -FilePath "D:\xcode\xdemo\realtime-screen-ocr-rust\pptx-rs\filelist.txt" -Encoding utf8
Get-Content "D:\xcode\xdemo\realtime-screen-ocr-rust\pptx-rs\filelist.txt" -Encoding utf8