Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.FileExists

TElSimpleSFTPClient     See also     


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


Declaration

[C#]
    bool FileExists(string Path);

[VB.NET]
    Function FileExists(ByVal Path As String) As Boolean

[Pascal]
    function FileExists(const Path : String) : Boolean;

[C++]
    bool FileExists(const std::string &Path);

[PHP]
    bool FileExists(string $Path)

[Java]
    boolean fileExists(String Path);

Parameters

  • Path -

Return value

    Returns

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum