Alquimiaware.NuGetUnity.FileSystemFolderCommands.Exists C# (CSharp) 메소드

Exists() 공개 메소드

public Exists ( string path ) : bool
path string
리턴 bool
        public bool Exists(string path)
        {
            return Directory.Exists(path);
        }
FileSystemFolderCommands