GetLongPathName |
Declare Function Api_GetLongPathName& Lib "Kernel32" Alias "GetLongPathNameA" (ByVal lpszShortPath$, ByVal lpszLongPath$, ByVal cchBuffer&) |
Declare Function GetLongPathName Lib "Kernel32" Alias "GetLongPathNameA" (ByVal lpszShortPath As String, ByVal lpszLongPath As String, ByVal cchBuffer As String) As String |
|
指定したパスを長いパスに変換する。長いパスが検出されない場合は、指定されたパスがそのまま返る。 |
|
パラメータ
戻り値
この長さには、終端の NULL 文字は含まれない。
ッファサイズが文字数で返る。 |