Détermine si un nom de fichier est au format long
#include <WinAPIShPath.au3>
_WinAPI_PathIsLFNFileSpec ( $sFilePath )
$sFilePath | Le nom du fichier à tester. |
True: | Le nom du fichier excède le nombre de caractères autorisés par le format 8.3. |
False: | Le nom du fichier est au format 8.3. |
Consultez PathIsLFNFileSpec dans la librairie MSDN.