GrapeCity Secure FTP for .NET 4.0J
DirectoryName フィールド

サブディレクトリー内のファイルについて報告されたパスを取得します。Textプロパティを解析するときにユーザーが設定できます。
シンタックス
Public DirectoryName As String
public string DirectoryName

フィールド値

ファイルのパスを表す文字列。
解説

このプロパティはファイルのパスのみを表します。名前を取得するには、ListEntry.Nameプロパティを使用します。

このプロパティが値を持つのは以下の場合のみです。

  1. 次の形式のListメソッドを使用して再帰的リストを取得した。Ftp.List("-R", true)
  2. サーバーが以下の形式の再帰的リストをサポートしている。
            ./hello:
            total 12
            -rw-r-----   1 test     users       5751 Jan 29  2011 links.txt
            
            ./newdir:
            total 12
            -rw-r-----   1 test     users       4339 Jan 29  2011 ftpdebug2.txt
            -rw-r-----   1 test     users         12 Jan 27  2011 rtv.txt
            
参照

関連項目

ListEntry クラス
ListEntry メンバ

 

 


© 2002, GrapeCity inc. All rights reserved.