• Creator
    Topic
  • #4309
    brucewil
    Participant

      all,
      can someone tell me the syntax and arguments for groupwise.createfolder().
      what is the syntax for “full folder path”?
      the language reference guide help I have shows groupwise.foldercontract instead of groupwise.foldercreate.
      thanks
      Bruce

    • Author
      Replies
    • #7777
      Support 3
      Participant

        We will update the documentation to fix the spelling of the createfolder.

        In the meantime, you can use ThrowToken to execute a given token. The return value from the token is given in the ResultValue parameter. Please see the “Formativ Language Guide” for more information about the method. Here is an example:

          
          dim iSyntax
          dim iReturnValue
        
          iSyntax = "FolderCreate(""Test AccountNewFolder"";""Folder description"";0)"
          msgbox groupwise.throwtoken(iSyntax, iReturnValue)
        

        See the TokenAPI (http://developer.novell.com/documentation/gwtoken/index.html?gwtokens/data/hj8ej8g5.html) for the parameters of the FolderCreate method.

        Hope this helps.

        Regards,
        Advansys Support

      Viewing 1 replies (of 1 total)
      • You must be logged in to reply to this topic.