Function Reference


_WinAPI_PathIsLFNFileSpec

Determines whether a file name is in long format

#include <WinAPIShPath.au3>
_WinAPI_PathIsLFNFileSpec ( $sFilePath )

Parameters

$sFilePath The file name to be tested.

Return Value

True: the file exceeds the number of characters allowed by the 8.3 format.
False: the file is in 8.3 format.

See Also

Search PathIsLFNFileSpec in MSDN Library.