Namespace: CuteEditor.Impl
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public abstract string CreateFile( string dirpath, string filename, byte[] filedata ) |
| Visual Basic |
|---|
Public MustOverride Function CreateFile ( _ dirpath As String, _ filename As String, _ filedata As Byte() _ ) As String |
| Visual C++ |
|---|
public: virtual String^ CreateFile( String^ dirpath, String^ filename, array<unsigned char>^ filedata ) abstract |
Parameters
- dirpath
- Type: System..::..String
- filename
- Type: System..::..String
- filedata
- Type: array<System..::..Byte>[]()[][]