###Function###
FileExists

###Description###
Checks if a file or directory exists.

###Syntax###
FileExists ( "path" )


###Parameters###
@@ParamTable@@
Path
	The directory or file to check.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	1.
Failure:	0 if path/file does not exist.
@@End@@


###Remarks###
<a href="FileExists.htm">FileExists()</a> returns 0 if you specify a floppy drive which does not contain a disk.


###Related###
DriveStatus, FileGetAttrib


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