Hello,
FileOpen(c1,"Setup.ini",cRead)
r = FileRead (c1)
Do Until r = EOF
r = FileRead (c1)
Msgbox(r)
FileSearch (alFiles, r, "*.*")
Loop
I read an Setup file with follow contents
c:\
c:\
m:\Video
M:\Person
after running error could not find parth of path c:\document and settings\@eof@
i have no idea why?
FileOpen(c1,"Setup.ini",cRead)
r = FileRead (c1)
Do Until r = EOF
r = FileRead (c1)
Msgbox(r)
FileSearch (alFiles, r, "*.*")
Loop
I read an Setup file with follow contents
c:\
c:\
m:\Video
M:\Person
after running error could not find parth of path c:\document and settings\@eof@
i have no idea why?