Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checking file
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00559665
Message ID:
00561337
Views:
21
Flores is right. And... you can also use the PathFileExists() SHLWAPI function to do the job. This function is located in the shlwapi.dll which ships with IE 4 or higher versions.

BOOL PathFileExists(
LPCTSTR pszPath
);

Declare Function PathFileExists Lib "shlwapi.dll" Alias "PathFileExistsA" (ByVal pszPath As String) As Long
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform