elicro 修订了这个 Gist . 转到此修订
1 file changed, 1 insertion
generate-images-list.ps1(文件已创建)
| @@ -0,0 +1 @@ | |||
| 1 | + | Get-ChildItem -Path * -File -Include *.png, *.jpg | Select-Object Name | Export-Csv .\image_files.csv -NoTypeInformation -Encoding utf8BOM | |
上一页
下一页