Can I not delete a directory using the kill command?
Code:
Kill ("C:\Windows\Desktop\Myfolder\")
I have also tried
Code:
Kill ("C:\Windows\Desktop\Myfolder")
and
Code:
Kill "C:\Windows\Desktop\Myfolder"
and
Code:
Kill "C:\Windows\Desktop\Myfolder\"
none work...which one am I missing?