Vishay Micro-Measurements System 7000 Programmer’s Reference Manual
Page 98 of 142
6.5.6.14 ListFiles Method
Syntax:
HRESULT _stdcall ListFiles(in long CardNo, out retval BSTR * result );
Description:
Lists the files on the selected card
Arguments:
CardNo The card number (1-16). Use 0 to list the file on the control module.
Returns:
A string containing a list of files, delimited by carriage returns (0x13), in the format:
Filename, File size, Create Date[MM-DD-YY], Create Time[HH:MM][CR]
Notes:
6.5.6.15 DeleteFile Method
Syntax:
HRESULT _stdcall DeleteFile(in long CardNo, in BSTR FileName, out retval long * result );
Description:
Deletes a file from the selected card
Arguments:
CardNo The card number (1-16). Use 0 to deletes the file from the control module.
Filename The filename to delete (in 8.3 format)
Returns:
0 if Successful, otherwise an Error Code
Notes: