Code:
Case $msg = $selectpath
$spath = FileSelectFolder("Choose a folder.", "")
If $spath <> "No log-folder selected." And $spath <> "" Then
If $spath <> "*:\" Then
GUICtrlSetData($tpath, $spath & "\")
Else
GUICtrlSetData($tpath, $spath)
EndIf
Else
GUICtrlSetData($tpath, "No log-folder selected.")
EndIf
or "D:\", so i have "C:\\" selected.. is there any way to to make the "*:" filter working?
thanks in advance






