• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

AutoIT LOF Autoit

Status
Not open for further replies.

Expermicid

Leech
User
Joined
Oct 23, 2011
Messages
285
Reputation
0
Reaction score
255
Points
63
Credits
0
‎13 Years of Service‎
95%
Recien salidito xD

[lenguaje=autoit]; Autor........ : Pink

; Nombre........: LOF

;Return..........: largo de Archivo en bytes.

; Uso............: LOF($sfile)

;Gracias Yashied por la Corrección

func LOF($sFile)

$hFile = DllCall('kernel32.dll', 'ptr', 'CreateFileW', 'wstr', $sFile, 'dword', 0x80000000, 'dword', 0x06, 'ptr', 0, 'dword', 3, 'dword', 0, 'ptr', 0)

$Ret = DllCall('kernel32.dll', 'int', 'GetFileSizeEx', 'ptr', $hFile[0], 'uint64*', 0)

DllCall('kernel32.dll', 'int', 'CloseHandle', 'ptr', $hFile[0])

Return $Ret[2]

EndFunc[/lenguaje]

Saludos

 
Last edited by a moderator:
Voy testear bro, haber que tal va.

 
Status
Not open for further replies.
Back
Top