TSfopen¶
Opens a file for reading or writing and returns a descriptor for accessing the file.
Synopsis¶
#include <ts/ts.h>
- TSFile TSfopen(const char *filename, const char *mode) InkAPI.cc line 1798¶
Description¶
The current implementation cannot open a file for both reading or writing. See the SDK Programmer’s Guide for sample code.