In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Clase Tzipfile

Foro público de Xailer en español
Responder
jmartial
Mensajes: 397
Registrado: Vie May 20, 2005 8:53 pm

Clase Tzipfile

Mensaje por jmartial »

1) Existe alguna manera de saber los bytes que lleva la clase comprimidos de
un fichero o del total??
2) En esta clase para cambiar de disco o no, hay que saber si es un medio
removible, ¿tiene Xailer alguna función que lo determine?
Saludos,
Joaquín
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9252
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Clase Tzipfile

Mensaje por ignacio »

Joaquin,
1) Actualmente dicha funcionalidad no está implementada, lo siento.
2) Xailer no la tiene. No se si xHarbour tiene alguna función para ello. Si tiene mí­nimos conocimientos de 'C' podrá obtener dicha información a través de la siguiente función del API:
The GetDriveType function determines whether a disk drive is a removable, fixed, CD-ROM, RAM disk, or network drive.
UINT GetDriveType(
LPCTSTR lpRootPathName // address of root path
);

Parameters
lpRootPathName
Points to a null-terminated string that specifies the root directory of the disk to return information about. If lpRootPathName is NULL, the function uses the root of the current directory.

Return Values
The return value specifies the type of drive. It can be one of the following values:
Value Meaning
0 The drive type cannot be determined.
1 The root directory does not exist.
DRIVE_REMOVABLE The drive can be removed from the drive.
DRIVE_FIXED The disk cannot be removed from the drive.
DRIVE_REMOTE The drive is a remote (network) drive.
DRIVE_CDROM The drive is a CD-ROM drive.
DRIVE_RAMDISK The drive is a RAM disk.

Saludos,
--
Ignacio Ortiz
www.xailer.com
"Joaquí­n Martí­nez" <jmartial@interbook.net> escribió en el mensaje news:[email=419d127f@ozsrv2.ozlan.local...]419d127f@ozsrv2.ozlan.local...[/email]
> 1) Existe alguna manera de saber los bytes que lleva la clase comprimidos de
> un fichero o del total??
>
> 2) En esta clase para cambiar de disco o no, hay que saber si es un medio
> removible, ¿tiene Xailer alguna función que lo determine?
>
> Saludos,
> Joaquí­n
>
>
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Responder