Hello friends,how to print the labels extension count?
Extensions folder selected to write the tags with FileSelectFolder
#include <File.au3>
#include <ComboConstants.au3>
#include <Array.au3>
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
Global $ScriptDir = @ScriptDir
If StringRight($ScriptDir, 1) <> "\" Then
Should this be?
Func _FileSelectaFolder()
Local $aFolder = FileSelectFolder("Select folder", "", 1)
Local $aFolder_1 = $aFolder
If StringRight($aFolder_1, 1) <> "\" Then $aFolder_1 &= "\"
If $aFolder_1 = $ScriptDir Then
MsgBox(16, $MainTitle, "Please select another folder.")
_FileSelectaFolder()
EndIf
$aResult = _FileListToArrayRec($aFolder, $sFilters, $FLTAR_FILES, $FLTAR_RECUR, $FLTAR_NOSOR