diff options
-rw-r--r-- | tt.programs.explorer.ahk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tt.programs.explorer.ahk b/tt.programs.explorer.ahk index dead96c..16053da 100644 --- a/tt.programs.explorer.ahk +++ b/tt.programs.explorer.ahk @@ -130,22 +130,6 @@ return ; Directory navigation -LAlt & Up:: -RAlt & Up:: -e := Explorer() -path := e.Document.Folder.Self.path -if (InStr(path, "::{") = 1) - return -slash := InStr(path, "\", 0, 0) -if (slash = StrLen(path)) - slash := InStr(path, "\", 0, 0, 2) -if (slash = 0) - parent = ::{20D04FE0-3AEA-1069-A2D8-08002B30309D} ; My Computer -else - parent := SubStr(path, 1, slash) -e.Navigate(parent) -return - LAlt & Down:: RAlt & Down:: path := ExplorerPath() |