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:
00561450
Views:
25
Many Thanks to you.

BR

>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
<><><><><><><><><><><><><><><><><><><><>
<><> REMEMBER,,,,KNOWLEDGE IS POWER <><>
<><><><><><><><><><><><><><><><><><><><>
Previous
Reply
Map
View

Click here to load this message in the networking platform