<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

バスで示されるディレクトリが空かどうか確認する。

パラメータ
pszPath
    [入力]確認するパスへのポインタを指定する。

 

戻り値
    pszPath が、空のディレクトリであれば、TRUE を返す。そうでなければ、FALSE を返す。

 

解説

    "C:\" は、ディレクトリと見なす。