SQLExpress - Xb2.NET     ot4xb  

Blogs

Select a blog to read messages from just that blog, or read the latest messages from all the blogs below.

LtZip

CLASS TLtZip
  METHOD New(cZipFile, cPwd)
  METHOD Release() Destructor
  METHOD GetLastError()
  METHOD AddFile(cDst,cSrc)
  METHOD AddStr(cDstName,cStr,nLen)
  METHOD AddFolder(cDstName)
  METHOD ZipAddDir(cDir,uBase)
ENDCLASS
----------------------------------------------------------------
CLASS TLtUnZip

CLASS METHOD Open(cFName,cPwd,nError) Constructor
CLASS METHOD OpenFromBuffer(cBuffer,nSize,cPwd, nError ) Constructor
CLASS METHOD OpenFromHandle(hFile,cPwd,nError) Constructor
METHOD Release()
METHOD GetLastError() METHOD UnzipItem(uIndexOrName,cFName,lCaseSensitive)  -> lOk
METHOD UnzipItemToHandle(uIndexOrName,hFile,lCaseSensitive)  ->lOk
METHOD UnzipItemToBuffer(uIndexOrName,uBuffer,nLen,lCaseSensitive) ->lOk METHOD SetBaseDir(cBaseDir)
METHOD ListItems() -> aItems
         aItems[n][ 1] := oEntry:Index
         aItems[n][ 2] := oEntry:Name
         aItems[n][ 3] := oEntry:Attributes
         aItems[n][ 4] := oEntry:AccessTime:dDate
         aItems[n][ 5] := oEntry:AccessTime:cTime
         aItems[n][ 6] := oEntry:CreateTime:dDate
         aItems[n][ 7] := oEntry:CreateTime:cTime
         aItems[n][ 8] := oEntry:ModifyTime:dDate
         aItems[n][ 9] := oEntry:ModifyTime:cTime
         aItems[n][10] := oEntry:CompressedSize           aItems[n][11] := oEntry:UncompressedSize  

ENDCLASS
//-------------------------------------------------------------------------------------------------------------------------

Posted in xfree.tmp_unedited
Posted 10/2/2008 3:15:33 PM by Pablo Botella | 0 Comments

Angel Pais

Posted in xfree.tmp_unedited
Posted 5/7/2008 2:15:40 PM by Pablo Botella | 1 Comments

Phil Ide Packages

Hi all,

You can reply there to add missing packages rescued from from the Phil Ide web site.

Regards,
Pablo Botella

Posted in xfree.tmp_unedited
Posted 5/7/2008 1:28:12 PM by Pablo Botella | 3 Comments

Welcome

Hello All,

The purpose of this NG is to allow post packages before been included in the xfree.resources NG that is READONLY

Anybody can reply to existing threads in this, NG but only admins are allowed to start new threads.

If you need to start a new thread just request it in the xfree.public NG and Osvaldo or me will start it

Messages in this NG will be deleted on time to time after filtered and properly classified.

Regards,
Pablo Botella
--------------------------------------------------------------------

Hola a todos,

El objetivo de este NG es permitir subir paquetes que serán incluidos posteriormente en el NG xfree.resources que es READONLY

Cualquiera puede responder en los hilos que ya estén creados, sin embargo solo los admin. pueden iniciar nuevos hilos.

Si necesitais comenzar un nuevo hilo simplemente podeis pedirlo en el NG xfree.public y Osvaldo o yo lo iniciaremos.

Iremos borrando de cuando en cuando los mensajes de este NG una vez filtrados y clasificados.

Saludos,
Pablo Botella

Posted in xfree.tmp_unedited
Posted 5/7/2008 1:24:42 PM by Pablo Botella | 0 Comments