Is there some plugins to hide the parent dir ..

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
scmaybee
Junior Member
Junior Member
Posts: 6
Joined: 2017-07-22, 02:50 UTC

Is there some plugins to hide the parent dir ..

Post by *scmaybee »

Is there some plugins to hide the parent dir .. and move Drive buttons to the front of current directory path. :)
Image: https://s3.ax1x.com/2021/03/01/6itRfS.png
NotNull
Senior Member
Senior Member
Posts: 298
Joined: 2019-11-25, 20:43 UTC
Location: NL

Re: Is there some plugins to hide the parent dir ..

Post by *NotNull »

On th CMD prompt type the following and press ENTER:

Code: Select all

subst S: C:\Sandbox
(Replace S: with a free drive letter of your choice)

Now you have an S:-drive among your drive buttons.

(untested)
scmaybee
Junior Member
Junior Member
Posts: 6
Joined: 2017-07-22, 02:50 UTC

Re: Is there some plugins to hide the parent dir ..

Post by *scmaybee »

NotNull wrote: 2021-03-01, 20:03 UTC On th CMD prompt type the following and press ENTER:

Code: Select all

subst S: C:\Sandbox
(Replace S: with a free drive letter of your choice)

Now you have an S:-drive among your drive buttons.

(untested)
Although it has nothing to do with the problem, but I love this SUBST command, thank you.
Post Reply