Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定要下载文件的名称。
Public Property FileName As String
public string FileName {get;set;}
字符串,用于指定由 MobiLink 服务器所识别的文件的名称。此属性没有缺省值,因此必须进行显式设置。
FileName 值是正在运行 MobiLink 的服务器上文件的名称。MobiLink 将首先在 UserName 子目录中搜索此文件,然后会在根目录中进行搜索(根目录是通过 MobiLink 服务器的 -ftr 选项指定的)。FileName 值不得包括任何使 MobiLink 服务器可以找到它的驱动器或路径信息。例如,"myfile.txt" 有效,而 "somedir\myfile.txt"、"..\myfile.txt" 和 "c:\myfile.txt" 均无效。