'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.