Jump to content
YOUR-AD-HERE
HOSTING
TOOLS
992Proxy

Locked LOF "Largo de archivo en bytes" [By Pink]


Expermicid

Recommended Posts

[lenguaje=delphi]{Delphi Version: 7.2

Author..........: Pink

Function...: LOF

Uso..............: LOF(ruta Archivo)

Ejemplo: myLOF:=LOF('C:\Users\Usuario\Desktop\Anotador.exe'); }

 

 

Function LOF(FileName:string): integer;

begin

Result:=GetCompressedFileSize(PChar(FileName), nil)

end;[/lenguaje]

Edited by Expermicid
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.