Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定文件的下载位置。
Public Property LocalPath As String
public string LocalPath {get;set;}
用于指定文件本地目录的字符串。缺省值为空值引用(在 Visual Basic 中是 Nothing)。
缺省本地目录因设备的操作系统而异:
对于 Windows Mobile 设备,如果 LocalPath 为空值引用(在 Visual Basic 中为 Nothing),则文件存储于根目录 (\)。
对于桌面应用程序,如果 LocalPath 为空值引用(在 Visual Basic 中为 Nothing),则文件存储于当前目录。