[**delphirtl**](../README.md) • **Docs**

***

[delphirtl](../globals.md) / SetCurrentDir

# Function: SetCurrentDir()

> **SetCurrentDir**(`newDir`): `void`

Changes the current working directory to the specified directory

## Parameters

• **newDir**: `string`

New working directory

## Returns

`void`

## Defined in

[src/sysutils.ts:254](https://github.com/chuacw/delphirtl/blob/b2d86277a5251f0037cf01044224c3e29dc4c6be/src/sysutils.ts#L254)
