<Return[PQ]><Top>
| PathIsRelative | Declare Function Api_PathIsRelative& Lib "shlwapi" Alias "PathIsRelativeA" (ByVal pszPath$) | 
| Declare Function PathIsRelative Lib "shlwapi" Alias "PathIsRelativeA" (ByVal pszPath As String) As Long | |
| パスが相対かどうかを判断 する。 | |
| 
      パラメータ 検索するパス名を指定する。 
 
      戻り値 パスが絶対である場合は、FALSE を返す。 | |