Determines whether a specified path is an empty directory
#include <WinAPIFiles.au3>
_WinAPI_PathIsDirectoryEmpty ( $sFilePath )
$sFilePath | The path to be tested. |
True: | the path is an empty directory. |
False: | not empty directory. |
"C:\" is considered a directory.
Search PathIsDirectoryEmpty in MSDN Library.