MSBuildFileSystemBase.DirectoryExists(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use this for Directory.Exists(path)
public:
abstract bool DirectoryExists(System::String ^ path);
public:
virtual bool DirectoryExists(System::String ^ path);
public abstract bool DirectoryExists (string path);
public virtual bool DirectoryExists (string path);
abstract member DirectoryExists : string -> bool
abstract member DirectoryExists : string -> bool
override this.DirectoryExists : string -> bool
Public MustOverride Function DirectoryExists (path As String) As Boolean
Public Overridable Function DirectoryExists (path As String) As Boolean
Parameters
- path
- String