Saiyine
Punto Com

Obtener el tamaño de un fichero

0000-00-00 00:00:00

function TamFichero(n : string) : longint;
var
f: file of Byte;
begin
        AssignFile(f, n);
        Reset(f);
        TamFichero := FileSize(f);
        CloseFile(f);
end;

Rollos antiguos

0000-00-00 00:00:00 - Obtener el nombre del directorio de instalacion de windows.

0000-00-00 00:00:00 - Mandar texto al portapapeles (y recibirlo).

0000-00-00 00:00:00 - Leer y escribir JPGs y convertirlos a bitmaps.

0000-00-00 00:00:00 - Leer de un fichero byte a byte simulando un read, pero muchisimo mas rapido.

0000-00-00 00:00:00 - Largo de una cadena en pixels sabiendo la fuente usada para imprimirla.

Saiyine

Selfie of meHi! Welcome to Saiyine Punto Com where I talk about anything that goes through my mind!

Puedo prometer y prometo que a la mayor brevedad aquí irá un menú o algo asín.