Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / FileSystemItem Class / HostedFullName Property


    HostedFullName Property (FileSystemItem)
    Gets a human-readable full pathname representing the fully qualified path of all host files containing the item and the path of the item itself.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property HostedFullName As String
     
    'Usage
     
    Dim instance As FileSystemItem
    Dim value As String
     
    value = instance.HostedFullName

    Property Value

    A string representing a human-readable full pathname representing the fully qualified path of all host files (using their HostedFullName properties) containing the item and the path of the item (using its FullName property).
    Remarks
    The full pathname returned is useful for displaying a more meaningful filename to the user.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also