'Declaration
Public Sub CaptureFileData( _ ByVal fileContents() As Byte, _ ByVal displayName As String, _ ByVal originalPath As String, _ ByVal fileDate As Date _ )
public void CaptureFileData( byte[] fileContents, string displayName, string originalPath, DateTime fileDate )
public: void CaptureFileData( array<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.