This documentation is archived and is not being maintained.
Uri.LocalPath Property
.NET Framework 1.1
Gets a local operating-system representation of a file name.
[Visual Basic] Public ReadOnly Property LocalPath As String [C#] public string LocalPath {get;} [C++] public: __property String* get_LocalPath(); [JScript] public function get LocalPath() : String;
Property Value
A string containing the local operating-system representation of a file name.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard
See Also
Show: