Retrieves file system attributes for a specified file or directory
#include <WinAPIFiles.au3>
_WinAPI_GetFileAttributes ( $sFilePath )
$sFilePath | The name of the file or directory. |
Success: | The value contains the attributes of the specified file or directory ($FILE_ATTRIBUTE_). |
Failure: | 0, call _WinAPI_GetLastError() to get extended error information. |
Search GetFileAttributes in MSDN Library.