MSBuildFileSystemBase.FileExists(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 File.Exists(path)
public:
abstract bool FileExists(System::String ^ path);
public:
virtual bool FileExists(System::String ^ path);
public abstract bool FileExists (string path);
public virtual bool FileExists (string path);
abstract member FileExists : string -> bool
abstract member FileExists : string -> bool
override this.FileExists : string -> bool
Public MustOverride Function FileExists (path As String) As Boolean
Public Overridable Function FileExists (path As String) As Boolean
Parameters
- path
- String