FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour list of zipped files with date, time and size
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
list of zipped files with date, time and size
Posted: Wed Jun 01, 2016 12:00 PM

How can I obtain also date, time and dimension of every file present in zip file?
In this way I have only name.

  aFiles :=  hb_GetFilesInZip( cPar2  ) 
  FOR i := 1 TO LEN( aFiles )

      ? aFiles[ i ]

  NEXT i

Many Thanks
Marco

Marco Boschi
info@marcoboschi.it
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: list of zipped files with date, time and size
Posted: Wed Jun 01, 2016 12:30 PM
Code (fw): Select all Collapse
aFiles := hb_GetFilesInZip( cPar2, .t. )
XBROWSER aFiles
Regards



G. N. Rao.

Hyderabad, India
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: list of zipped files with date, time and size
Posted: Wed Jun 01, 2016 01:57 PM

Many Thanks
Marco

:D8)

Marco Boschi
info@marcoboschi.it

Continue the discussion