CD()
Change the Current Directory
- Syntax
- CD(<cDir>) --> lSuccess
- Arguments
- <cDir> DIR TO BE CHANGED
- Returns
- <lSucess> .T. IF SUCESSFUL; otherwise .F.
- Description
- CHANGE THE CURRENT DIRECTORY
- Examples
- IF CD("OLA")
- RETURN(.T.)
- ELSE
- RETURN(.F.)
- ENDIF
- Files
- Header is Fileio.ch
- See Also