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
Hyperlink control example in ASP.net(ASP.net)
user input simple calculation example(Java)
File size function(PHP)
random lines(VB)
get the exact date and time(VB.net)
Date file was created(ASP)
Backwards text(Javascript)
Generate a random password(PHP)

    




Copyright © 2003 by programmershelp.co.uk