IVsApplicationConfiguration.FileExists Method

Definition

Returns a value indicating whether a configuration file exists on disk.

public:
 bool FileExists();
public:
 bool FileExists();
bool FileExists();
public bool FileExists ();
abstract member FileExists : unit -> bool
Public Function FileExists () As Boolean

Returns

true if the file exists; otherwise false.

Applies to