Directory browser problems #2

Closed
opened 2026-05-27 12:50:33 +02:00 by smits · 2 comments
Owner

The directory browser does not work properly anymore:

  1. The "This PC" section is empty. It should show local drives/folders
  2. Multiple folder selection does not work (shows path incorrect when trying to start a scan)
The directory browser does not work properly anymore: 1. The "This PC" section is empty. It should show local drives/folders 2. Multiple folder selection does not work (shows path incorrect when trying to start a scan)
Author
Owner
  1. I think I have a fix for this in my local dev environment, but need to work on issue 2 some more
  2. Has to do with the program not understanding local drive paths (it adds '\' at the beginning of each path). Convert them to local fileshare paths (i.e. \localhost\c$)? Or stop adding '\' to beginning of all paths and figure out a different solution to escaping the backslash? Seems to work fine for normal fileshares at the moment
1. I think I have a fix for this in my local dev environment, but need to work on issue 2 some more 2. Has to do with the program not understanding local drive paths (it adds '\\' at the beginning of each path). Convert them to local fileshare paths (i.e. \\localhost\c$)? Or stop adding '\\' to beginning of all paths and figure out a different solution to escaping the backslash? Seems to work fine for normal fileshares at the moment
smits added reference master 2026-05-28 12:45:20 +02:00
Author
Owner

Closing as fixed in commit 3225a4fd8e

Closing as fixed in commit [3225a4fd8e](https://gitea.smits.network/Smits.Network/SharePermissions/commit/3225a4fd8ed11ee28a58532e9be67c9c4ae3b152)
smits closed this issue 2026-05-28 12:47:12 +02:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Smits.Network/SharePermissions#2