CreateFile Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| FileSystemStorage..::..CreateFile Method |
| FileSystemStorage Class See Also Send Feedback |
Namespace:Â CuteEditor.Impl
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| Visual C++ |
|---|
public: virtual String^ CreateFile( String^ dirpath, String^ filename, array<unsigned char>^ filedata ) override |
Parameters
- dirpath
- Type: System..::..String
- filename
- Type: System..::..String
- filedata
- Type: array<System..::..Byte>[]()[][]