VB.NET Language in a Nutshell

   
Directory.Exists Method

Class

System.IO.Directory

Syntax

Directory.Exists( path )

path (required; String)

The path of the directory whose existence is to be determined

Return Value

True if the specified path exists; False otherwise

Description

Determines whether a given directory exists

Rules at a Glance

   

Категории