###User Defined Function###
_WinAPI_GetFileSizeOnDisk

###Description###
Retrieves the file allocation size on disk.

###Syntax###
#include <WinAPIFiles.au3>
_WinAPI_GetFileSizeOnDisk ( $sFile )


###Parameters###
@@ParamTable@@
$sFile
	The name of the file to retrieve allocation size.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	The allocation size, in bytes. This value is a multiple of the sector or cluster size of the specified
	physical device.
Failure 	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


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