DefaultFileSystem.DirectoryExists(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 DirectoryExists(System::String ^ path);
public bool DirectoryExists (string path);
abstract member DirectoryExists : string -> bool
override this.DirectoryExists : string -> bool
Public Function DirectoryExists (path As String) As Boolean
Parametry
- path
- String