A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



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
Undocumented

Library
Shell32

Parameter Information
Unsupported

Return Values
Undocumented

Last update: 07 April 2006