<Return[PQ]><Top>

PathFindOnPath

Declare Function Api_PathFindOnPath& Lib "shlwapi" Alias "PathFindOnPathA" (ByVal pszPath$, ByVal ppszOtherDirs$)

Declare Function PathFindOnPath& Lib "shlwapi" Alias "PathFindOnPathA" (ByVal pszPath As String, ByVal ppszOtherDirs As String) As Long

指定のファイルのフルパスを取得する。

パラメータ
pszPath
    検索するファイル名へのポインタを指定する。

ppszOtherDirs

    検索されるパスへのポインタを指定する。

 

戻り値
    関数が成功したときは、 TRUE を返す。それ以外の場合は、 FALSE を返す。