指定されたパスのファイルを削除します。
シンタックス
'宣言
Public Function DeleteFile( _
ByVal As System.String, _
Optional ByVal As System.String _
) As System.Web.Http.IHttpActionResult
public System.Web.Http.IHttpActionResult DeleteFile(
System.string ,
System.string
)
パラメータ
- path
- パス。
- subpath
- ファイル名
戻り値の型
結果。
参照