SysRmDir
Function:
Syntax:
rc = SysRmDir(dirspec)
dirspec
The directory that should be deleted.
Purpose:
Deletes
a specified directory quickly. In case of failure, one of many return codes
is given so that the exact reason for failure can be determined.
RC:
Return Codes
- Directory removal was successful.
- Error. File not found.
- Error. Path not found.
- Error. Access denied.
16
Error. Current directory.
26
87
Error. Invalid parameter.
108
206
Error. Filename exceeds range.
Example:
[Back: SysRegisterObjectClass]
[Next: SysSaveObject]