Add assert when dllmap is disabled and fix support build in netcore mode
[mono-project.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;