You are missing the "Line Continuation" character after " |FULLPATH ON"
set v vdir text=null PLUGINS LoadDirectoryName.rbl VDir + |FULLPATH ON + |TITLE Select Directory + |PATH_NAME c:\ + |WINDOW_STATE MAX + |HEIGHT 800 + |WIDTH 600 + |DELETE_BUTTON OFF + |CONTEXT_MENUS ON + |READ_ONLY OFF + |INCLUDE_NON_FOLDERS OFF + |CREATE_FOLDER_ICON OFF + |DELETE_FOLDER_ICON OFF + |VIRTUAL_FOLDERS ON ret ----- Original Message ----- From: "Bill Eyring" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Sunday, December 14, 2008 1:56 PM Subject: [RBASE-L] - Plugin Question - LoadDirectoryName.rbl > One of the parameters for this plugin is |Title. > > When I enter text after this option the plugin ignores it. > > Can anyone tell me the correct syntax ? > > Here is my syntax; > > set v vdir text=null > PLUGINS LoadDirectoryName.rbl VDir + > |FULLPATH ON > |TITLE Select Directory + > |PATH_NAME c:\ + > |WINDOW_STATE MAX + > |HEIGHT 800 + > |WIDTH 600 + > |DELETE_BUTTON OFF + > |CONTEXT_MENUS ON + > |READ_ONLY OFF + > |INCLUDE_NON_FOLDERS OFF + > |CREATE_FOLDER_ICON OFF + > |DELETE_FOLDER_ICON OFF + > |VIRTUAL_FOLDERS ON > ret > > > Thanks, > > Bill Eyring > --- RBASE-L ================================================ TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) ================================================ TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: INTRO ================================================ TO UNSUBSCRIBE: Send a plain text email to [email protected] In the message SUBJECT, put just one word: UNSUBSCRIBE ================================================ TO SEARCH ARCHIVES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. ================================================

