EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSftpClient.QueryHomeDirectory

TElSftpClient     See also    


 

Requests path to the user's home directory.

 
 

Declaration

[C#]
    bool QueryHomeDirectory(string Username);
    void QueryHomeDirectorySync(string Username);

[VB.NET]
    Function QueryHomeDirectory(ByVal Username As String) As Boolean
    Sub QueryHomeDirectorySync(ByVal Username As String)

[Pascal]
    function QueryHomeDirectory(const Username : string): Boolean;
    procedure QueryHomeDirectorySync(const Username: string);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Username - username for which the home directory is requested
 
 

Return value

    True if operation was completed successfully;
    False otherwise.

 
 

Description

    Use this method to request path to the user's home directory. If the operation succeeds, OnName event is fired, otherwise, OnError event is fired.

 
 

See also:     RequestTempFolder    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation