FileName property

Specifies the name of the file to download.

Syntax
Visual Basic
Public Property FileName As String
C#
public string  FileName { get; set; }
Property value

A string specifying the name of the file as recognized by the MobiLink server. This property has no default value, and must be explicitly set.

Remarks

FileName is the name of the file on the server running MobiLink. MobiLink will first search for this file in the UserName subdirectory and then in the root directory (the root directory is specified via the MobiLink server's -ftr option). FileName must not include any drive or path information, or the MobiLink server will be unable to find it. For example, "myfile.txt" is valid, but "somedir\myfile.txt", "..\myfile.txt", and "c:\myfile.txt" are all invalid.

See also