QB64 Phoenix Edition
Kill a directory in DOS - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3)
+---- Forum: Help Me! (https://qb64phoenix.com/forum/forumdisplay.php?fid=10)
+---- Thread: Kill a directory in DOS (/showthread.php?tid=2211)

Pages: 1 2 3 4


RE: Kill a directory in DOS - eoredson - 12-01-2023

It seems
Code: (Select All)
RD_OldSkool
is the code i was looking for.

Thanks, Steve.

btw: You didn't inform me that the path must be a fully qualified drive\pathname\
although I am not testing it on Z:

Note: Now allows cross platform backward compatible to QB11, QB45, QB71, and Vbdos..
(I can do without the underscores though).