Changes the file.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public void ChangeFile(
	int filesize,
	string filename,
	Stream stream
)
Visual Basic
Public Sub ChangeFile ( _
	filesize As Integer, _
	filename As String, _
	stream As Stream _
)
Visual C++
public:
void ChangeFile(
	int filesize, 
	String^ filename, 
	Stream^ stream
)

Parameters

filesize
Type: System..::..Int32
The filesize.
filename
Type: System..::..String
The filename.
stream
Type: System.IO..::..Stream
The stream.

See Also