|
|
#1 |
|
Senior Member
|
I don't understand FileSeek use
I was looking for a way to find a line with a speciefied string in a users' machine, when I found this function FileSeek, how does it work, I didn't get a clear idea reading the docs.
btw, any solution to my first problem (I must say that comparing the entire line won't work because the line varies there's only a string which is constant). Thanks
|
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,338
|
I have already answered this question in this thread:
http://forums.winamp.com/showthread....ghlight=strstr FileSeek is not what you are looking for. FileSeek moves the data pointer in the file. It can move the pointer to 500 characters from the beginning for example but it can't search strings. NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Senior Member
|
ok, thanks for the explanation.
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|