We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff24892 commit c1f71e7Copy full SHA for c1f71e7
EC-Autoclicker.ahk
@@ -752,9 +752,10 @@ ProfileManage(*) {
752
for fileLocation in fileLocations {
753
add_log "Importing profile from " fileLocation
754
755
- local profileNameMatch
756
- RegExMatch fileLocation, ".*\\\K(.*?)(\..*)?$", &profileNameMatch
757
- local profileName := profileNameMatch.1
+ ;local profileNameMatch
+ ;RegExMatch fileLocation, ".*\\\K(.*?)(\..*)?$", &profileNameMatch
+ local profileName ;:= profileNameMatch.1
758
+ SplitPath fileLocation, &profileName
759
760
Loop Reg REG_KEY_PATH "\Profiles", "K" {
761
if A_LoopRegName = profileName {
0 commit comments