CuteEditor for .NET 6.2 Class Library
CEF.WriteFileStream Method
[Visual Basic]
Public Shared Sub WriteFileStream( _
ByVal
path
As
String
, _
ByVal
dest
As
Stream
_
)
[C#]
public static
void
WriteFileStream(
string
path
,
Stream
dest
);
See Also
CEF Class
|
CuteEditor Namespace