我试图将会话日志从其他应用程序(Proxifier)记录到备忘录.我试过使用命令:
procedure TForm1.TimerTimer(Sender: TObject);
begin
Memo1.Lines.LoadFromFile('C:\PMASSH\Proxyfier\Profiles\Log.txt');
end;
Run Code Online (Sandbox Code Playgroud)
但在某些时候我得到一个错误
你能解决我上面的问题吗?我真的很感激所有的答案.
谢谢