Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / SFtpSession Class / ToFileSystemFileAttributes Method
The Xceed.SSH.SFtp.Attr values to convert.


In This Topic
    ToFileSystemFileAttributes Method
    In This Topic
    Converts Xceed.SSH.SFtp.Attr values to System.IO.FileAttributes values.
    Syntax
    'Declaration
     
    Public Shared Function ToFileSystemFileAttributes( _
       ByVal attributes As Attrs _
    ) As FileAttributes
    'Usage
     
    Dim attributes As Attrs
    Dim value As FileAttributes
     
    value = SFtpSession.ToFileSystemFileAttributes(attributes)
    public static FileAttributes ToFileSystemFileAttributes( 
       Attrs attributes
    )

    Parameters

    attributes
    The Xceed.SSH.SFtp.Attr values to convert.

    Return Value

    The passed values converted to System.IO.FileAttributes values.
    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