DELPHI - Deletando uma pasta (Diretório)



EXEMPLO DE COMO DELETA UMA PASTA

begin
Dir := 'C:\FastNfe\NFe\Schemas'; 
if DirectoryExists(Dir) then 
RemoveDir(Dir); 
end; 

Você achou esse artigo útil?