2010-06-17 Geoff Norton <gnorton@novell.com>
[mono.git] / mono / tests / exists.cs
blob919050973647569bca186ab050f7d565b8cf8aaf
1 using System;
2 using System.IO;
4 class X {
5 static int Main ()
7 return Directory.Exists ("") == false ? 0 : 1;