Interface IFileWrite
Module to carry out writing file
Namespace: Pixiv.VroidSdk.IO
Assembly: Pixiv.VroidSdk.dll
Syntax
public interface IFileWrite
Methods
Save(String, Byte[])
Save file in specified location
Declaration
void Save(string filePath, byte[] data)
Parameters
Type | Name | Description |
---|---|---|
String | filePath | File name to be saved |
Byte[] | data | Binary to be saved |