Hello
I realized that MC reopened as many tabs as there were when I closed it previously.
But all tabs that used to be on network drives (like S: mounted on \\srv\softs) or UNC paths are now on the root of C: drive.
Although I think it may be a prudential behaviour to not reconnect to network thingies (since it could lead to some timeout), I would like to share on how to help implement a better guess.
- I think mapped drives are easy to check : is the drive letter here, even if mapping is not refeshed. When clicking F5, trying to reconnect should get standard message (authentication, server not found, etc)
- UNC paths could be very slow to touch. So either a background thread to check against or do not reopen tab.
In both cases, is it realistic to do like for local drives: if previous path doesn't exist, try to get up one folder and re-check ?
And my last point:
- Is there a setting to disable reopening of tabs on next launch ?
Thanks