###User Defined Function###
_FO_IsEmptyFolder

###Description###
Checks whether the folder is empty.

###Syntax###
#Include <FileOperations.au3>
_FO_IsEmptyFolder ( $sPath )

###Parameters###
@@ParamTable@@
$sPath
	The path to the folder
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Returns 0 - not empty or 1 - empty
Failure:	Sets @error to 1 if the object is not an existing folder
@@End@@

###Remarks###
None.

###Related###
None.

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