I've used this and it works for me but in order to understand it better --
Can you explain the meaning of the filter:
|FILTER All Files (*.*)#*.*
Why is the name repeated after the #
Bernie Lis
----- Original Message -----
From: "A. Razzak Memon" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Tuesday, November 01, 2005 8:35 AM
Subject: [RBG7-L] - Re: plugin loadfilenameplus.rbl
At 08:05 AM 11/1/2005, Marc Shluter wrote:
Sometimes the loadfilenameplus.rbl plugin does
not show the current directory.
Marc,
Try the following syntax and see what you get.
-- start
CLS
PLUGINS LoadFileNamePlus.RBL 'vFileName +
|FULLPATH OFF +
|TITLE Select File +
|VIEW_MODE DETAILS +
|FILTER All Files (*.*)#*.* +
|MULTISELECT OFF +
|SHOW_HIDDEN OFF +
|NO_LONG_NAMES OFF +
|OLD_STYLE OFF +
|NO_NETWORK_BUTTON OFF +
|HIDE_READ_ONLY ON'
RETURN
-- end
Enjoy and make sure to have fun!
Very Best R:egards,
Razzak.