I have a need to delete a complete directory structure by HTBasic. The PURGE command only allows to delete files or empty directories.
In order to delete the complete structure I need to read the structure and delete ‘from the bottom up’.
To avoid that it I have until now EXECUTE’d a DOS rmdir /s command.
Will TransEra consider implementing a similar feature in a coming version ?