Main Menu

HOME

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

US Job listings




   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
capture desktop window(VB)
encrypt a password(PHP)
text shortening function(PHP)
Datediff example(ASP)
display how many seconds windows has been running(VB)
get the exact date and time(VB.net)
Do while example(ASP)
vertical scroller(Javascript)

    




Copyright © 2003 by programmershelp.co.uk