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" は無効です。