System.Zip.TZipFile.Rename

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure Rename(const FileName, NewFileName: string); overload;
procedure Rename(Index: Integer; const NewFileName: string); overload;

C++

void __fastcall Rename(const System::UnicodeString FileName, const System::UnicodeString NewFileName)/* overload */;
void __fastcall Rename(int Index, const System::UnicodeString NewFileName)/* overload */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Zip.pas
System.Zip.hpp
System.Zip TZipFile

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。