标签: c# .net resources
我正在尝试将文件注入另一台机器...我知道如何从我的应用程序的当前文件夹中的文件中注入它,但问题是我想从我的资源中注入它但它必须在这种格式是Sendfile(字符串文件路径)。我该怎么做呢?目前我这样做:SendFile(AppDomain.CurrentDomain.BaseDirectory + "file.rrl")但我想使用资源,谢谢。
SendFile(AppDomain.CurrentDomain.BaseDirectory + "file.rrl")