Condividi tramite


MSBuildFileSystemBase.FileExists(String) Method

Definition

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

Returns

Applies to