FtpServerCurrentDirectory 属性 |
获取或设置 当前FTP服务器的根目录信息,如果目录不存在,则自动创建该目录。
Get or set the root directory information of the current FTP server. If the directory does not exist, the directory is created automatically.
命名空间:
HslCommunication.Enthernet.Ftp
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.9.1.0 (12.9.1.0)
语法public string CurrentDirectory { get; set; }Public Property CurrentDirectory As String
Get
Set
public:
property String^ CurrentDirectory {
String^ get ();
void set (String^ value);
}member CurrentDirectory : string with get, set
属性值
类型:
String
参见