Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
Class
System.IO.File Syntax
Dim result As Boolean = File.Exists(path)
Description
The Exists method indicates whether a file exists (true) or not (False). Usage at a Glance
Version Differences
Visual Basic 2005 includes a My.Computer.FileSystem.FileExists method that provides similar functionality. See Also
Directory.Exists Method |
Категории