Jump to content

Recommended Posts

Posted (edited)

Hi,

I used to cout the lines of jpg,rar, and it returns negative value,like -4011,what does it mean?

if you "could" read the lines in a jpg file... what are you going to do with it???

8)

it probably should state what type files are able to be used in the help file

Edited by Valuater

NEWHeader1.png

Posted (edited)

if you "could" read the lines in a jpg file... what are you going to do with it???

8)

it probably should state what type files are able to be used in the help file

HI,

I agree with the helpfile thing. I tested it. It seems to be the size - 6.

I opened a file in Ultraedit it shows number - 6 as size.

So long,

Mega

Edited by th.meger

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Posted

Hi,

try

#include<File.au3>
$path = "c:\Dokumente und Einstellungen\xf01145\Eigene Dateien\Eigene Bilder\cursor.JPG" 
MsgBox(0,"Size", FileGetSize($path))
MsgBox(0,"", _FileCountLines($path))
If @error = 1 Then ConsoleWrite("Error")

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...