Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.Directory

TElSftpFileAttributes     See also     


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


Specifies whether file is a directory.

Declaration

[C#]
    bool Directory;

[VB.NET]
    Property Directory As Boolean

[Pascal]
    property Directory : boolean;

[C++]
    bool get_Directory();
    void set_Directory(bool Value);

[PHP]
    bool get_Directory()
    void set_Directory(bool $Value)

[Java]
    boolean getDirectory();
    void setDirectory(boolean Value);

Description

    If this property is set to True it shows that file is a directory.

See also:     FileType    

Discuss this help topic in SecureBlackbox Forum