NStub.CSharp.Tests.FakeBuildSystem.DirectoryExists C# (CSharp) Method

DirectoryExists() public method

public DirectoryExists ( string directory ) : bool
directory string
return bool
        public bool DirectoryExists(string directory)
        {
            return FakeDirectoryExists;
        }