Reply To: How to achieve that FileVoyager always starts with C:\ on left and D:\ on right?

Home Forums General discussions How to achieve that FileVoyager always starts with C:\ on left and D:\ on right? Reply To: How to achieve that FileVoyager always starts with C:\ on left and D:\ on right?

#1931

Hi Gerhard,

There’s an undocumented (yet) feature that allows you to do exactly what you want.
It implies you edit the FileVoyager.ini file.

Hint: If you are using the Portable version, FileVoyager.ini file is in the FileVoyager\ini folder.

In the ini, spot the section [LeftPane] and adapt the following keys so they have the values below:
AllwaysSameDirLV1=0 (previously -1)
AllwaysDirLV1=c:\ (previously empty)

Do the same in [RightPane] (here the keys are suffixed with ‘2’):
AllwaysSameDirLV2=0 (previously -1)
AllwaysDirLV2=d:\ (previously empty)

I’ve tested it right now and it’s still working 😉

Let me know if this works for you.

Regards

Comments are closed.