HB_GETUNRARFILE()
Gets the number of files that are in the rar file
- Syntax
-
- HB_GETUNRARFILE( <cFile>) ---> nNumber
- Arguments
-
- <cFile> Name of the rar file
- Returns
-
- <nNumber> The number of files contained inside the rarfile
- Description
-
- This function returns the number of files that is stored in the rar file.
Examples
FUNCTION MAIN()
Local nFiles :=HB_GETUNZIPFILE('test.zip')
if nFiles >0
? "This files Contains ",nfiles
endif
Return Nil
- Status
- Ready
- Compliance
-
- This function is a Harbour extension
- Platforms
-
- All
- Files
-
- Library is zlib.lib and zlib_bor.lib For Borland Compilers Library is zlib.lib zlib_ms.lib for MSVC compilers