开发者

How to get path of resources file?

开发者 https://www.devze.com 2023-01-20 16:13 出处:网络
I have added zip file to resources. How can I get that path?开发者_开发技巧The file does not have a path per se. You need to read its contents using the Assembly.GetManifestResourceStream method. You

I have added zip file to resources. How can I get that path?开发者_开发技巧


The file does not have a path per se. You need to read its contents using the Assembly.GetManifestResourceStream method. You can read this step by step tutorial.

0

精彩评论

暂无评论...
验证码 换一张
取 消