K
kvnsmnsn
I'm at a point in my code where I need to delete a file. For right
now I'm going to use the <system()> function like so:
system( "rm Abc.Txt");
which will work. But I'm wondering, is there a better way to do this
in C? Any information on this would be greatly appreciated.
---Kevin Simonson
"You'll never get to heaven, or even to LA,
if you don't believe there's a way."
from _Why Not_
now I'm going to use the <system()> function like so:
system( "rm Abc.Txt");
which will work. But I'm wondering, is there a better way to do this
in C? Any information on this would be greatly appreciated.
---Kevin Simonson
"You'll never get to heaven, or even to LA,
if you don't believe there's a way."
from _Why Not_