Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.CopyEmptyDirs

TElSimpleFTPSClient     


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


Specifies whether empty directories should be copied.

Declaration

[C#]
    bool CopyEmptyDirs;

[VB.NET]
    Property CopyEmptyDirs As Boolean

[Pascal]
    property CopyEmptyDirs : boolean;

[C++]
    bool get_CopyEmptyDirs();
    void set_CopyEmptyDirs(bool Value);

[PHP]
    bool get_CopyEmptyDirs()
    void set_CopyEmptyDirs(bool $Value)

[Java]
    boolean getCopyEmptyDirs();
    void setCopyEmptyDirs(boolean Value);

Description

    Set this property to False to avoid copying empty directories. However, in this case, all directory tree will be scanned before copying the data. The default value is True (copy empty directories).

Discuss this help topic in SecureBlackbox Forum