###Function###
FileGetPos

###Description###
Retrieves the current file position.

###Syntax###
FileGetPos ( handle )


###Parameters###
@@ParamTable@@
handle
	A handle to a file previously opened with FileOpen().
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Returns the position offset from the beginning of the file (First index is 0).
Failure:	Returns 0 and sets @error.
@@End@@


###Remarks###
Failure returns 0 but 0 is also a valid file position so check @error to determine error conditions.

###Related###
FileSetPos, FileRead, FileReadLine, FileWrite, FileWriteLine, FileOpen


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