<Return[PQ]><Top>
| PathIsDirectoryEmpty | Declare Function Api_PathIsDirectoryEmpty& Lib "shlwapi" Alias "PathIsDirectoryEmptyA" (ByVal pszPath$) | 
| Declare Function PathIsDirectoryEmpty Lib "shlwapi" Alias "PathIsDirectoryEmptyA" (ByVal pszPath As String) As Long | |
| バスで示されるディレクトリが空かどうか確認する。 | |
| 
      パラメータ 
 
      戻り値 
 解説 "C:\" は、ディレクトリと見なす。 | |