Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

Make money selling software. Check this out here

Hosted clickbank mall. Check this out here




   Misc

   Amazon

   Links

    


Delete a file
 

 

 

Description

This shows how to delete a file using the remove function .

Code


#include <stdio.h>

int main()
{
remove("d:/urls1.dat");

return 0;
}

Information

tested using LCC Win 32

 

 

 

 

Download

remove.txt


 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
Processor information(PHP)
get the amount of colors available(VB)
Ceil function(C)
Tile an image(VB)
Math co-processor(C)
reverse a string VB6 onwards(VB)
display the Windows XP serial number(VB)
decimal to octal conversion(PHP)

    




Copyright © 2003 by programmershelp.co.uk