<Return[PQ]><Top>

PathRemoveBlanks

Declare Sub Api_PathRemoveBlanks Lib "shlwapi" Alias "PathRemoveBlanksA" (ByVal pszPath$)

Declare Sub PathRemoveBlanks Lib "shlwapi" Alias "PathRemoveBlanksA" (ByVal pszPath As String)

パスの前後の空白を除く。

パラメータ
pszPath

    スペースを削除する文字列を格納している文字列バッファへのポインタを指定する。

 

戻り値
    戻り値はなし。