[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Set the current directory of the application.
Source position: diskh.inc line 19
function SetCurrentDir( |
const NewDir: String |
):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. |
No notes exist for this page yet.