in reply to Re^2: win32-FileOp module for strawberry
in thread win32-FileOp module for strawberry

I don't have that Tk module installed on my system, but as guess without testing, I would change:
$filepath = BrowseForFolder ("Choose Directory", CSIDL_DRIVES, BIF_RET +URNONLYFSDIRS); to $filepath = $mw->BrowseForFolder ("Choose Directory", CSIDL_DRIVES, BI +F_RETURNONLYFSDIRS);

Replies are listed 'Best First'.
Re^4: win32-FileOp module for strawberry
by kcott (Archbishop) on Nov 05, 2022 at 02:43 UTC