H
Harish
I am doing file operations using fopen(),
fwrite(), fclose() group of functions.
At times I need to clear the file contents while
the file is open.
Is there a function in the same group to do it?
(Or a workaround other than closing and
reopening the file in write mode?)
--Harish
fwrite(), fclose() group of functions.
At times I need to clear the file contents while
the file is open.
Is there a function in the same group to do it?
(Or a workaround other than closing and
reopening the file in write mode?)
--Harish