GrapeCity Secure FTP for .NET 4.0J
Rename メソッド
使用例 

既存のパス。
新しいパス名。
ファイルまたはディレクトリーの名前を変更します。
シンタックス
Public Function Rename( _
   ByVal oldPath As String, _
   ByVal newPath As String _
) As List(Of Response)
public List<Response> Rename( 
   string oldPath,
   string newPath
)

パラメータ

oldPath
既存のパス。
newPath
新しいパス名。

戻り値の型

ResponseオブジェクトのList。
使用例
以下のサンプルコードは、サーバー上のファイルの名前を変更する方法を示します。
ftp1.Rename("old.jpg", "new.jpg");
ftp1.Rename("old.jpg", "new.jpg")
参照

関連項目

Ftp クラス
Ftp メンバ

 

 


© 2002, GrapeCity inc. All rights reserved.