Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.Rename

TElDropboxDataStorageObject     See also     


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


Renames the file.

Declaration

[C#]
    void Rename(string DestPath);

[VB.NET]
    Sub Rename(ByVal DestPath As String)

[Pascal]
    procedure Rename(const DestPath : string);

[C++]
    void Rename(const std::string &DestPath);

[PHP]
    void Rename(string $DestPath)

[Java]
    void rename(String DestPath);

Parameters

  • DestPath - specifies the new name and location of the file.

Description

    Call this method to rename the file, or move it to another location.

See also:     Copy     Exists    

Discuss this help topic in SecureBlackbox Forum