1 implementation of DirectoryExists
Microsoft.Arcade.Common (1)
FileSystem.cs (1)
15
public bool
DirectoryExists
(string path) => Directory.Exists(path);