Sarbian changed the topic of #kspmodding to: Welcome to #kspmodding - the channel for discussing, and learning about, modding Kerbal Space Program. Code of Conduct: https://git.io/vSQh6 | Always provide logs. | *** PSA: https://kerbalspaceprogram.com/api/index.htm | Someone is writting a Phd dissertation on KSP modding please fill out this survey https://goo.gl/forms/1vrkPYH4az8l32sb2 - I have met him and it s legit
<Sigma88>
it doesn't seem like it can accept wildcards
<VanDisaster>
look at -path
<VanDisaster>
it's the first option in the list
<Sigma88>
>_>
<VanDisaster>
and actually most of the options talk about wildcards
<Sigma88>
it's not working
<Sarbian>
Look at my first link, it has a loop
<Sigma88>
ah ok
<VanDisaster>
you'll have to wake up a powershell enthusiast, I'm the sort of person who uses cygwin bash :p
<Sigma88>
it was a weird behaviour
<Sigma88>
I have some extension-less files to copy
<Sigma88>
cmd copy and robocopy both accept path\*.
<Sigma88>
powershell for some reason needs \*
<Sigma88>
go figure
<Thomas>
Sigma88: Get-ChildItem "." -Filter *.txt | ForEach-Object { $_.FullName } - this would print all filenames in the current directory having a .txt extension
<Sigma88>
ok
<Sigma88>
so I managed to make a file that creates a folder and copies all files from another
Asymptote has quit [Read error: Connection reset by peer]