Discuss this help topic in SecureBlackbox Forum

TElSftpClient.RequestTempFolder

TElSftpClient     See also     


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


Requests path to the Temp folder.

Declaration

[C#]
    bool RequestTempFolder();

[VB.NET]
    Function RequestTempFolder() As Boolean

[Pascal]
    function RequestTempFolder : boolean;
    procedure RequestTempFolderSync;

[C++]
    bool RequestTempFolder();

[PHP]
    bool RequestTempFolder()

[Java]
    boolean requestTempFolder();

Return value

    True if operation was completed successfully;
    False otherwise.

Description

    Use this method to request path to the Temp folder. If the operation succeeds, OnName event is fired, otherwise, OnError event is fired.

See also:     MakeTempFolder     QueryHomeDirectory    

Discuss this help topic in SecureBlackbox Forum