redzombi19
Programmer
hi, does anyone know of a api call that will enable me to delete a complete directory and all sub directories and files?
any help much appriciated!
thank you!
any help much appriciated!
thank you!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
DECLARE INTEGER RemoveDirectory IN kernel32;
STRING lpPathName
lpPathName = "C:\Temp1"
? RemoveDirectory (lpPathName)