There was an error while loading. Please reload this page.
The below line creates a file in a non temporary directory.
sprintf (file, "tmp_file4os_name%d%d", rand(),getpid());
This is should be under a temp directory
The below line creates a file in a non temporary directory.
sprintf (file, "tmp_file4os_name%d%d", rand(),getpid());This is should be under a temp directory