|
Property |
Method |
Event |
|
|
GetFileListGets the names of the files included in the current document. SyntaxHRESULT GetFileList( Parameterstype [in] Type of the files to include.
pList [in, out] Names of the included files (SafeArray BSTR type). Return Values0 (always) RemarksThe size of the array for pList should be greater than or equal to the number of files you get from the GetFileNum method. If the array is smaller, the names are not allocated into the array. Sample CodesVBScript dim object Set object = document.editForm if n = 0 then end if for i=0 to n-1 See Also |