How to create txt file in driver code?
Use API functions (such as fopen, fputs and fclose) can create txt file easily. But if i want to create txt file in a driver file, how can i do?
Instead of fopen,fputs and fclose, are there other functions can be used in driver code?
Thanks!!
|