Interface IFileDelete
Namespace: VRoidSDK.IO
Assembly: VRoidSDK.dll
Syntax
public interface IFileDelete
Methods
Delete(String)
ファイルを削除する
Declaration
void Delete(string filePath)
Parameters
Type | Name | Description |
---|---|---|
String | filePath | 削除するファイルパス |