Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked LOF Funcion Alternativa 3 "Obj/COM" [By Pink]


Expermicid

Recommended Posts

[lenguaje=autoit]#cs ----------------------------------------------------------------------------

AutoIt Version: 3.3.8.1

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

Script Function...: LOF."len of file" Ejemplo Obj/COM

Uso..............: LOF($file)

#ce ----------------------------------------------------------------------------

 

func LOF($sfile)

$ob=ObjCreate("Scripting.FileSystemObject")

$getfile=$ob.GetFile($sfile)

$size=$getfile.size

Return $size

EndFunc[/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.