EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.Rename

TElAS3Client     See also    


 

Renames the specified file.

 
 

Declaration

[C#]
    void Rename(string SourceFile, string DestFile);

[VB.NET]
    Sub Rename(ByVal SourceFile As String, ByVal DestFile As String)

[Pascal]
    procedure Rename(const SourceFile, DestFile: string);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • SourceFile - the old pathname of the file which is to be renamed
  • DestFile - the new pathname of the file
 
 

Description

    Use this method when you want to rename a file.

 
 

See also:    

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