###User Defined Function###
_WinAPI_GetFileAttributes

###Description###
Retrieves file system attributes for a specified file or directory.

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


###Parameters###
@@ParamTable@@
$sFile
	The name of the file or directory.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	The value contains the attributes of the specified file or directory ($FILE_ATTRIBUTE_).
Failure 	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetFileAttributes
