show hidden files on GetOpenFolderItem

Hello guys,
can I show hidden files on GetOpenFolderItem method?

This is my code, how can change it to show hidden files?

  dim f as FolderItem
  f = GetOpenFolderItem("special/any")
  if f<>nil then
   msgbox f.ShellPath
  end if

[quote=16133:@Daniele Murabito]Hello guys,
can I show hidden files on GetOpenFolderItem method?

This is my code, how can change it to show hidden files?

dim f as FolderItem f = GetOpenFolderItem("special/any") if f<>nil then msgbox f.ShellPath end if [/quote]

There’s currently no way to do this.

You could use OpenDialogMBS class from our plugins if you like.

Hello Christian,
is it valid also form Mac App Store?

For App Store, please use NSOpenPanelMBS and use a Cocoa version of your app.