Hi I checked All Questions Present here did not helped me so I asked
Ok here we go
I try to copy file from \"Resources\" to \"C:\\Test\" Folder does not work
You need to specify the filename in the path. And also, you need to convert the file from resource to Bytes array. Because that's what the WriteAllBytes() function would be expecting
WriteAllBytes()
Do a search in Google.