repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reduce TLS accesses. (#11487)
[mono-project.git]
/
mono
/
tests
/
exists.cs
blob
919050973647569bca186ab050f7d565b8cf8aaf
1
using
System
;
2
using
System
.
IO
;
3
4
class
X
{
5
static int
Main
()
6
{
7
return
Directory
.
Exists
(
""
) ==
false
?
0
:
1
;
8
}
9
}