'DeclarationSub CaptureFileData( _ ByVal fileContents() As Byte, _ ByVal displayName As String, _ ByVal originalPath As String, _ ByVal fileDate As Date _ )
void CaptureFileData( byte[] fileContents, string displayName, string originalPath, DateTime fileDate )
Parameters
- fileContents
 - The contents to write to the file
 - displayName
 - 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.