|
-
Apr 20th, 2005, 02:25 AM
#1
Thread Starter
Lively Member
How to check a file in a folder
Hi
I want to search in a folder whether it contain a image or not(the image can of any type means .gif,.jpg) ,on that basis i want to do further processing ,pls any one can help me out.
Thx in Advance
Yogesh
-
Apr 20th, 2005, 02:28 AM
#2
Junior Member
Re: How to check a file in a folder
-
Apr 20th, 2005, 02:31 AM
#3
Thread Starter
Lively Member
Re: How to check a file in a folder
Hi
Iam new to vb how to use dir function and can i do same thing file ssytem object if yes how?
Thx
Yogesh
-
Apr 20th, 2005, 02:35 AM
#4
Junior Member
Re: How to check a file in a folder
VB Code:
if dir("c:\test.jpg") <> "" then
'File exists
Endif
-
Apr 20th, 2005, 02:38 AM
#5
Junior Member
Re: How to check a file in a folder
I think the best thing for you to do is read a book on programming or take a course.
No offence, but Dir is a basic function which is essential to programming with vb.
No offence and thanks.
-
Apr 20th, 2005, 02:46 AM
#6
Thread Starter
Lively Member
Re: How to check a file in a folder
Hi
Perhaps u wont get my question properly i dont want to search for a specific image the folder can conatin any number of images with different extension,
perhaps u got now.
Yogesh
-
Apr 20th, 2005, 02:55 AM
#7
Junior Member
Re: How to check a file in a folder
Sorry, you need to go on a course.
I could explain but cba.
Thanks,
Steve.
-
Apr 20th, 2005, 03:00 AM
#8
Junior Member
Re: How to check a file in a folder
 Originally Posted by vbyogesh
Hi
Perhaps u wont get my question properly i dont want to search for a specific image the folder can conatin any number of images with different extension,
perhaps u got now.
Yogesh
Oh, I understand the question ok.
But you really should try other sources before you ask us to write your code for you.
Try here
http://msdn.microsoft.com/library/de.../vafctdirx.asp
-
Apr 20th, 2005, 03:37 AM
#9
Re: How to check a file in a folder
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|