I can start XnView browser for UNC path like \\Nbk-hs1\Backup\Pictures, but in the folder tree nothing of the UNC path is visible (and the tree jumps to top and nothing is selected). Some hosts are not shown under "Network", but even for shown hosts the tree does not jump to opened UNC folder - although Windows explorer and e.g. FreeCommander have no problem to show UNC same folders in there folder tree. I found some hint on ExpandUNC, so there may be an option to turn folder tree for UNC off or on, but could not find any option - did I miss something, or is this an error in XnView?
XnView v2.39, Win7-64-Ult-SP2
UNC does not work in browser
Moderators: XnTriq, helmut, xnview
-
- Moderator & Librarian
- Posts: 6428
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: UNC does not work in browser
HansS wrote:I found some hint on ExpandUNC, so there may be an option to turn folder tree for UNC off or on, but could not find any option - did I miss something, or is this an error in XnView?
- Go to Info » About... to find the INI file location.
- Quit XnView.
- Open xnview.ini in a text editor. (Windows Notepad will do.)
- Go to the [Browser] section and add the following line:
Code: Select all
ExpandUNC=1
- Save the changes.
- Restart XnView.
XnViw Wiki (UI-less Settings » [url=http://www.xnview.com/wiki/index.php/UI-less_Settings#Browser]Browser[/url]) wrote:
- CheckNetFolder
- When enabled, XnView will check if subfolders exist on network drives when updating the folder tree pane in XnView's browser.
Value: Boolean (1/0), disabled by default
Regression ==> http://newsgroup.xnview.com/viewtopic.php?t=11011
See also ExpandUNC setting
- ExpandUNC
- When enabled, XnView always expands UNC network paths in the folder tree pane in XnView's browser.
Value: Boolean (1/0), disabled by default
See also CheckNetFolder setting