[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set the current directory of the application.
Source position: diskh.inc line 20
function SetCurrentDir( |
const NewDir: RawByteString |
):Boolean; |
const NewDir: UnicodeString |
):Boolean; |
SetCurrentDir sets the current working directory of your program to NewDir. It returns True if the function was successfull, False otherwise.
In case of error, False is returned.
|
Return the current working directory of the application. |