Function Reference


_WinAPI_PathGetCharType

Determines the type of character in relation to a path

#include <WinAPIShPath.au3>
_WinAPI_PathGetCharType ( $sChar )

Parameters

$sChar The character for which to determine the type.

Return Value

Returns one or more of the following values that define the type of character.
    $GCT_INVALID
    $GCT_LFNCHAR
    $GCT_SEPARATOR
    $GCT_SHORTCHAR
    $GCT_WILD

See Also

Search PathGetCharType in MSDN Library.