View Issue Details

IDProjectCategoryView StatusLast Update
0006368MMW v4Framework: Scripts/Extensionspublic2010-05-19 19:04
Reporterlowlander Assigned To 
PrioritynoneSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version3.2.1 
Summary0006368: Built-in SelectFolder dialog box doesn't support network drives for initial folder
DescriptionThe issue showed with the Export M3U/Playlists for Child Nodes script where LastExportM3UsDir is set correctly but the SelectFolder dialog box doesn't show it as pre-selected folder.
Additional InformationRaised here: http://mediamonkey.com/forum/viewtopic.php?p=256155#p256155
TagsNo tags attached.
Fixed in build

Relationships

related to 0006367 new Find More from Same > Folder (Computer) fails for networked files 

Activities

zvezdan

2010-05-19 19:04

updater   ~0020166

Just few examples, the first one sets initial folder correctly:
sCurPath = SDB.SelectFolder("c:\Temp\", "Select folder")

The second one doesn't:
sCurPath = SDB.SelectFolder("\\.host\Shared Folders\Temp\", "Select folder")