SimulationModeFileSystem.FileExists(String) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
public:
virtual bool FileExists(System::String ^ path);
public bool FileExists (string path);
abstract member FileExists : string -> bool
override this.FileExists : string -> bool
Public Function FileExists (path As String) As Boolean
Parametry
- path
- String