verifAddDocument
verifAddDocument(g_sessionId t_fileName) =>t_name/ nil
Description
Adds a file to the documents directory of the Verifier cellview.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
|
The file could not be added or the operation is unsuccessful. |
Examples
Opens a Verifier cellview and adds a file from the current directory to the session.
uid = verifOpenCellView("test" "sample" "verifier")
=> 0
Adds file.txt from the current directory to the session.
verifAddDocument(sess "file.txt")
=> "documents/file.txt"
Related Topics
Return to top