Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

file checking - check to see if a filename references an actual file

Status
Not open for further replies.

monkeyman

Programmer
Jul 13, 2000
2
US
Hello <br>I have a database with many file names referencing images that are in one folder.&nbsp;&nbsp;However, sometimes the image file being referenced is not in the folder. The problem is checking to see if the file name references an actual file before attempting to display the image.<br>Thanx<br>Bryan
 
You could check it using FileSystemObject and its methods<br>FileExists or FolderExists(if you're looking for folders)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top