Function Reference


_WinAPI_PathIsDirectoryEmpty

Determines whether a specified path is an empty directory

#include <WinAPIFiles.au3>
_WinAPI_PathIsDirectoryEmpty ( $sFilePath )

Parameters

$sFilePath The path to be tested.

Return Value

True: the path is an empty directory.
False: not empty directory.

Remarks

"C:\" is considered a directory.

See Also

Search PathIsDirectoryEmpty in MSDN Library.