_rmtmp

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at _rmtmp.

Removes temporary files.

  
int _rmtmp( void );  

_rmtmp returns the number of temporary files closed and deleted.

The _rmtmp function cleans up all temporary files in the current directory. The function removes only those files created by tmpfile; use it only in the same directory in which the temporary files were created.

RoutineRequired header
_rmtmp<stdio.h>

For more compatibility information, see Compatibility in the Introduction.

All versions of the C run-time libraries.

See the example for tmpfile.

Not applicable. To call the standard C function, use PInvoke. For more information, see Platform Invoke Examples.

Stream I/O
_flushall
tmpfile
_tempnam, _wtempnam, tmpnam, _wtmpnam

Show: