GetFileData

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

Syntax

C#
public override byte[] GetFileData(
	string filepath
)
Visual Basic
Public Overrides Function GetFileData ( _
	filepath As String _
) As Byte()
Visual C++
public:
virtual array<unsigned char>^ GetFileData(
	String^ filepath
) override

Parameters

filepath
Type: System..::..String

Return Value

See Also