System.Zip.TZipHeader.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FileName: TBytes;

C++

System::DynamicArray<System::Byte> FileName;

Properties

Type Visibility Source Unit Parent
field public
System.Zip.pas
System.Zip.hpp
System.Zip TZipHeader

Description

Is the name of the file, with optional relative path.

See Also