Interface IFileDelete
Module to delete file
Namespace: Pixiv.VroidSdk.IO
Assembly: Pixiv.VroidSdk.dll
Syntax
public interface IFileDelete
Methods
Delete(String)
Delete file
Declaration
void Delete(string filePath)
Parameters
Type | Name | Description |
---|---|---|
String | filePath | File path to be deleted |