ファイルを現在のパスから移動先のパスに移動します。
シンタックス
'宣言
Public Function MoveFile( _
ByVal As System.String, _
Optional ByVal As System.String _
) As System.Web.Http.IHttpActionResult
public System.Web.Http.IHttpActionResult MoveFile(
System.string ,
System.string
)
パラメータ
- path
- パス。
- subpath
- ファイル名
参照