Página inicial Delphi Verifica a Existencia de um Diretorio - Códigos Delphi Verifica a Existencia de um Diretorio - Códigos Delphi Autor: EcomRepair abril 12, 2016 0 Verifica a Existencia de um Diretorio // Verifica se o Diretorio Existe. Código if DirectoryExists(Edit1.Text) then Label1.Caption := Edit1.Text + ‘ Existe’ else Label1.Caption := Edit1.Text + ‘ Não existe!’; Tags CódigosDelphi Facebook Twitter Whatsapp Mais recentes Antigos