bool updateFile( string filePath, byte[] oFileContents )
Function updateFile ( _ filePath As String, _ oFileContents As Byte() _ ) As Boolean
bool^ updateFile( String^ filePath, array<unsigned char^>^ oFileContents )