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;}
Mobile Link サーバによって認識されたファイルの名前を指定する文字列。このプロパティにはデフォルト値がないので、明示的に設定してください。
FileName の値は、Mobile Link を実行するサーバ上にあるファイルの名前です。指定されたファイルは、まず UserName サブフォルダで、次にルートディレクトリで検索されます (ルートディレクトリは、Mobile Link サーバの -ftr オプションで指定)。Mobile Link サーバでファイルを検索できるようにするため、FileName の値にはドライブまたはパスの情報を含めないでください。たとえば、"myfile.txt" は有効ですが、"somedir\myfile.txt"、"..\myfile.txt"、"c:\myfile.txt" は無効です。