Naposledy aktivní 1774716614

elicro revidoval tento gist 1774716614. Přejít na revizi

1 file changed, 1 insertion

generate-images-list.ps1(vytvořil soubor)

@@ -0,0 +1 @@
1 + Get-ChildItem -Path * -File -Include *.png, *.jpg | Select-Object Name | Export-Csv .\image_files.csv -NoTypeInformation -Encoding utf8BOM
Novější Starší