#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