How to add a line in the end of a text file?
I tried
var
tt:text;
l:string;
begin
...
assignfile(tt,'text.txt');
reset(tt);
while not eof (tt) do
readln (tt,l)
...
writeln(tt,'blablabla');
...
Closefile(tt);
...
end;
Thanks in advance...
Laurent.
;-)
Dear All !
We are developping an automatic downloading application in Delphi V Professional.
Our System is a "Dual" system, with a "Master" Node and a "Slave" Node.
It is absolutely necessary to known which Node is master just before the download to be sure to...
Dear All !
We are developping an automatic downloading application in Delphi V Professional.
Our System is a "Dual" system, with a "Master" Node and a "Slave" Node.
It is absolutely necessary to known which Node is master just before the download to be sure to...
Dear All !
We are developping an automatic downloading application in Delphi V Professional.
Our System is a "Dual" system, with a "Master" Node and a "Slave" Node.
It is absolutely necessary to known which Node is master just before the download to be sure to...
I have a system which is to connect with a server via an application which turns constantly. This application is to connect either to the server A, or to the B.
How then I to know to which one of 2 it is connected via another program written in Delphi? Laurent.
;-)
I have an application which turns behind the other one and I would like to put it in front of at the precise moment.
How then I to do it?
Thank you in advance.
Laurent
;-)
I work on an application to download file on a system masterslave of two computers. How then I to know what of both is active (master)?
I use a FTP connection with a module NMFTP.
Thanks in advance
;-)
Laurent.
I have an application which turns behind the other one and I would like to put it in front of at the precise moment.
How then I to do it?
Thank you in advance.
;-)
Laurent
I work on system with 2 computers, one active and the other desactivated. I would detect wich nod is active for download files with a TNMFTP module. How could i detect this?
Laurent
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.