Alquimiaware.NuGetUnity.FileSystemFolderCommands.Exists C# (CSharp) Méthode

Exists() public méthode

public Exists ( string path ) : bool
path string
Résultat bool
        public bool Exists(string path)
        {
            return Directory.Exists(path);
        }
FileSystemFolderCommands