borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Create A Database)Next Topic (Senior Members?) New Topic New Poll Post Reply
AndreaVB Forum : Frequently Asked Questions : File Existance Checking
Poster Message
ahmad
Level: Master

Registered: 03-02-2003
Posts: 120

icon File Existance Checking

Hi there
Can some one tell me how in VB can we find the existance of a file in any folder
e.g
finding the existance of C:windowstempxr.mdb
what we have to do in our program is like this that when program starts it checks this file in temp folder if it finds this file over there it stops otherwise continues.

Regards
Ahmad

[Edited by admin on 18-02-2003 at 11:10 AM GMT]

____________________________
@#@#@

18-02-2003 at 05:31 AM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
JLRodgers
Level: Moderator

Registered: 04-04-2002
Posts: 1616
icon Re: File Existance Checking

Easiest thing is this:


If Dir("pathfilename.ext")="" Then
' File Doesn't Exist
End if




[Edited by admin on 18-02-2003 at 11:11 AM GMT]

____________________________
Everywhere's Local (classifieds, job postings, & more for everycity in the world - user entered)

18-02-2003 at 07:02 AM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
win_dir
Level: VB Guru

Registered: 04-08-2002
Posts: 390
icon Re: File Existance Checking

er...JL, shouldn't this post be in the general forum?

____________________________
We have a Mustek 5 M/Pix GSm@rt USB Digital Camera
for just £74.03 , offer only on until 30th February!

<AllDuck.com>      

Enquiries/Sales: 0845 430 9862
Fax: 0870 950 4532

25-03-2003 at 10:39 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
JLRodgers
Level: Moderator

Registered: 04-04-2002
Posts: 1616
icon Re: File Existance Checking

Admin moved it here, since it's a fairly common question, although there are other ways, this is generally the solution used.

____________________________
Everywhere's Local (classifieds, job postings, & more for everycity in the world - user entered)

25-03-2003 at 11:42 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : Frequently Asked Questions : File Existance Checking
Previous Topic (Create A Database)Next Topic (Senior Members?) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder