I'm developing an application that references local directories on my computer. If I try to run the application on another computer, the references are lost.
nmArquivo := 'C:\Users\Admin\Desktop\Protetor de Tela\Img.txt';
nmArquivoImgAtual := 'C:\Users\Admin\Desktop\Protetor de Tela\ImgAtual.txt';
MinutoAtual := 'C:\Users\Admin\Desktop\Protetor de Tela\MinutoAtual.txt';
HoraAtual := 'C:\Users\Admin\Desktop\Protetor de Tela\HoraAtual.txt';
Well I'd like to make directories independent of machines, dynamic, as a way to find the files from a reference point.