###Function###
FileChangeDir

###Description###
Changes the current working directory.

###Syntax###
FileChangeDir ( "path" )


###Parameters###
@@ParamTable@@
path
	The path to make the current working directory.
@@End@@


###ReturnValue###
@@ReturnTable@@
Success:	Returns 1.
Failure:	Returns 0 if working directory not changed.
@@End@@


###Remarks###
None.

###Related###
<a href="../macros/AutoItRelated.htm">@WorkingDir</a>


###Example###
@@IncludeExample@@
