###User Defined Function###
_FO_IsDir

###Description###
Checks, whether is the folder

###Syntax###
#Include <FileOperations.au3>
_FO_IsDir ( $sTmp )

###Parameters###
@@ParamTable@@
$sTmp
	The path to the file or directory
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Returns True
Failure:	Returns False. If @error is not equal to 0, it means that the object does not exist.
@@End@@

###Remarks###
With this function you can determine whether the object is a file (False), but @error should be 0.

###Related###
None.

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