'Declaration
Sub CaptureFileData( _ ByVal fileContents() As Byte, _ ByVal fileName As String, _ ByVal originalPath As String, _ ByVal fileDate As Date, _ Optional ByVal treatAsCapturedConsole As Boolean _ )
void CaptureFileData( byte[] fileContents, string fileName, string originalPath, DateTime fileDate, bool treatAsCapturedConsole )
void CaptureFileData( array<byte>^ fileContents, String^ fileName, String^ originalPath, DateTime fileDate, bool treatAsCapturedConsole )
Parameters
- fileContents
- The contents to write to the file
- fileName
- The file name to display for the data.
- originalPath
- The path to display for the file. Can be null or empty.
- fileDate
- The timestamp to display for the file.
- treatAsCapturedConsole
- If true, this file is treated as captured console output for various purposes