>>-SysRmDir(dirspec)-------------------------------------------><
Deletes a specified file directory without your confirmation.
Parameter:
The directory that should be deleted.
Return codes:
Directory removal was successful.
File not found.
Path not found.
Access denied or busy.
Current directory.
Not a DOS disk.
Sharing violation.
Drive locked.
Invalid name.
Directory not empty.
Is Subst Path.
Is Join Path.
File name exceeds range.
Example:
/* Code */ call SysRmDir "c:\rexx"