R Robert Misiak May 29, 2004 #1 Is it possible to save an embedded resource as a real file on the local disk? Robert
V Vijaye Raji May 29, 2004 #2 Yes. You get the stream of the embedded resource (lookup GetManifestResourceStream) and then, after that, treat it as a regular read-only stream. You can read the whole stream and write it out as a disk file. -vJ
Yes. You get the stream of the embedded resource (lookup GetManifestResourceStream) and then, after that, treat it as a regular read-only stream. You can read the whole stream and write it out as a disk file. -vJ