Usar ficheros de recursos
Artículo por Club Developers · 07 mayo 2006
2160 vistas
Una vez adjuntado el fichero, haremos lo siguiente:
csharp
using System.Reflection; string nameSpc = Reflection.Assembly.GetExecutingAssembly().GetName().Name.ToString(); Stream tempStream = Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream(NameSpc + "." + "fichero.txt");