Page 1 of 1
request: open parent drive of current folder in new tab
Posted: 16 Nov 2013 14:55
by yusef88
script to open parent drive of current folder in new tab
if i'm in H:\2013\z\ goto H: in new tab
thanks
Re: request: open parent drive of current folder in new tab
Posted: 16 Nov 2013 15:18
by RalphM
The logic for this is quite easy:
1. Get the current path
2. Strip that string down to only the first 2/3 chars
3. Goto this location in a new tab
Done
Edit: With the new Breadcrumbs bar visible you're only a Shift+Click(on drive letter) away from your goal.
Depending on how you planned to invoke that script it might even take more clicks than that.
Re: request: open parent drive of current folder in new tab
Posted: 16 Nov 2013 16:47
by yusef88
Edit: With the new Breadcrumbs bar visible you're only a Shift+Click(on drive letter) away from your goal.
Depending on how you planned to invoke that script it might even take more clicks than that.
yes, a so simple solution and in front of my eyes all the time
very thanks RalphM

Re: request: open parent drive of current folder in new tab
Posted: 17 Nov 2013 12:28
by RalphM
You're welcome!
We all help were we can...