RD()
Remove a Directory
- Syntax
- RD(<cDir>) --> <lSucess>
- Arguments
- <cDir> DIR TO BE DELETED
- Returns
- <lSucess> .T. IF SUCESSFUL; otherwise .F.
- Description
- REMOVE A DIRECTORY
- Examples
- IF RD("OLA")
- RETURN(.T.)
- ELSE
- RETURN(.F.)
- ENDIF
- Files
- Header is Fileio.ch
- See Also