SelectFolder

SelectFolder(IConnection, string)

选择指定的文件夹

public void SelectFolder(IConnection connection, string folderName)
范围类型描述
connectionIConnection连接到服务器
folderNameString要选择的文件夹

也可以看看


SelectFolder(IConnection, string, bool?)

选择指定的文件夹

public void SelectFolder(IConnection connection, string folderName, bool? readOnly)
范围类型描述
connectionIConnection连接到服务器
folderNameString要选择的文件夹
readOnlyNullable`1指定文件夹是否被选为只读

也可以看看


SelectFolder(string)

选择指定的文件夹

public void SelectFolder(string folderName)
范围类型描述
folderNameString要选择的文件夹

也可以看看


SelectFolder(string, bool?)

选择指定的文件夹

public void SelectFolder(string folderName, bool? readOnly)
范围类型描述
folderNameString要选择的文件夹
readOnlyNullable`1指定文件夹是否被选为只读

也可以看看