Main Menu

HOME

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

US Job listings




   Misc

   Amazon

   Links

    


This program checks whether a file exists

 

'This program checks whether a file exists

Private Sub Form_Load()

Dim objfso As New FileSystemObject
If objfso.FileExists("f:\test.txt") Then
MsgBox "The file exists", vbInformation
Else
MsgBox "The file does not exist", vbInformation
End If

End Sub

 

 

 

 

 




   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
show all rows in a MySQL table(PHP)
Check when a process stops running(Powershell)
area of a circle function(Javascript)
get current url using PHP_SELF(PHP)
start regedit(Powershell)
Beep(VB)
Beep the speaker(C)
keypress example(Darkbasic)

    




Copyright © 2003 by programmershelp.co.uk