RMDIR
RMDIR(sPath AS STRING[, bAlways AS BOOL]) AS BOOL
Remove the directory <sPath>. The parameter <bAlways> specifies that the directory is erased even if it contains files (by default is FALSE).
RMDIR(sPath AS STRING[, bAlways AS BOOL]) AS BOOL
Remove the directory <sPath>. The parameter <bAlways> specifies that the directory is erased even if it contains files (by default is FALSE).