Method ExportSourceCodeFiles
ExportSourceCodeFiles(IEnumerable<String>, String)
Reads the provided source code files
from the
embeded resources within this assembly
and writes them out to the outputPath
.
Declaration
public void ExportSourceCodeFiles(IEnumerable<string> files, string outputPath)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<System.String> | files | An |
System.String | outputPath | A directory where the files will be exported. |