writeStubIdx
The writeStubIdx
method writes out a stub IDX document (a metadata file used by IDOL applications). The file is created in the current folder, but you can specify a full path and file name if you want to create the file in another folder.
Syntax
writeStubIdx( filename )
Arguments
Argument | Description |
---|---|
filename
|
(string) The name of the file to create. |
Returns
(Boolean). True
if written, false
otherwise.