Function Reference


FileChangeDir

Changes the current working directory.

FileChangeDir ( "path" )

Parameters

path The path to make the current working directory.

Return Value

Success: Returns 1.
Failure: Returns 0 if working directory not changed.

Remarks

None.

Related

@WorkingDir

Example


FileChangeDir(@WindowsDir)