1
I am developing an application that references local directories on my computer. If I try to run the application on another computer, the references get 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 would like to make machine-independent directories dynamic as a way to find the files from a reference point.
tries to put in C: its progama.. will be standard for all computers
– Guilherme Lima