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
Your Problem Was That You Where Writing To A Null Path Like This "C:\test" , Instead You Have To Include The Extension Of The File You Want To Write
Example If You Have A test.txt File In Your Resources Then You Use It like This
IO.File.WriteAllText("C:\Test.txt", My.Resources.test)