###User Defined Function###
_FO_ShortFileSize

###Description###
The file size in bytes converts into short to 3 significant figures

###Syntax###
#Include <FileOperations.au3>
_FO_ShortFileSize($iBytes)

###Parameters###
@@ParamTable@@
$iBytes
	Number of bytes
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	A string containing the number, for example 10 MB
Failure:	Returns without conversion
@@End@@

###Remarks###
The maximum value of 99 TB, which allows you to return the size of the hard drive.

###Related###
None.

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