Show / Hide Table of Contents

Interface IFileDelete

ファイルを削除するモジュール

Namespace: Pixiv.VroidSdk.IO
Assembly: Pixiv.VroidSdk.dll
Syntax
public interface IFileDelete

Methods

Delete(String)

ファイルを削除する

Declaration
void Delete(string filePath)
Parameters
Type Name Description
String filePath

削除するファイルパス

In This Article
Back to top Generated by DocFX