SHFileExists This is an undocumented function! Returns non-zero if szPath is valid absolute UNC path. Accepts file, folder or network paths. Returns True for a relative path only if it exists in the current directory. (the name actually fits...)
VB4-32,5,6
Declare Function SHFileExists Lib "shell32" Alias "#45" (ByVal szPath As String) As Long |
VB.NET
System.IO.File.Exists |
Operating Systems Supported |
|