CSVWriter.InitSave (METH)¶
METHOD InitSave : CSV_ERROR
This methods checks if the named file already exists. If so, then this is opened and new data is appended. Otherwise, a new file is created This method must be called once, at the beginning, before the save method is called. RESULT: The error Code of type ERROR
- InOut:
Scope
Name
Type
Comment
Return
InitSave
Input
sDirectoryPath
STRING
The directory, where the file is saved, e.g. „C:/directory“
sFileName
STRING
The file name, e.g. „file.csv“