Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.FileType

TElSftpFileAttributes     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains type of the file.

Declaration

[C#]
    TSBSftpFileType FileType;

[VB.NET]
    Property FileType As TSBSftpFileType

[Pascal]
    property FileType : TSBSftpFileType;

[C++]
    TSBSftpFileType get_FileType();
    void set_FileType(TSBSftpFileType Value);

[PHP]
    integer get_FileType()
    void set_FileType(integer $Value)

[Java]
    TSBSftpFileType getFileType();
    void setFileType(TSBSftpFileType Value);

Values

Description

    This property contains type of the file: file, directory, symbolic link, special, unknown, socket, char device, block device, FIFO-file.

See also:     FileTypeByte    

Discuss this help topic in SecureBlackbox Forum