パスで新しいフォルダーを作成する
シンタックス
'宣言
Public Function CreateFolder( _
ByVal As System.String, _
Optional ByVal As System.String _
) As System.Web.Http.IHttpActionResult
public System.Web.Http.IHttpActionResult CreateFolder(
System.string ,
System.string
)
パラメータ
- path
- パス。
- subpath
- サブパス。
参照