✅ this extractor writes the project name + the file name how do I make it just say the file name
This extractor which I got from stackoverflow because I dont know how to code in c# that much which extracts from embedded resource writes the project name eg if the file was named music.wav and the project name was extract then when it outputs it would rename the extracted file to "extract.music.wav" instead of just "music.wav"
How would I make this code keep the original name
5 Replies
strip the assembly name from the
fileName
variable before creating the file?Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.how do i do htat
close the thread? use
/close
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.