Is there a way to remove a folder?
Actually, in my do file I would like to zip a folder and delete the unzipped one.
Somthing like below. The second command do not work because Arquivos_dbf is a folder, nor a file. -rmdir- do not work either.
Actually, in my do file I would like to zip a folder and delete the unzipped one.
Somthing like below. The second command do not work because Arquivos_dbf is a folder, nor a file. -rmdir- do not work either.
Code:
zipfile Arquivos_dbf, saving(Arquivos_dbf, replace) erase Arquivos_dbf
Comment