Base:
property
Exists
System.IO.FileSystemInfo.Exists
8 references to Exists
System (1)
sys\system\configuration\LocalFileSettingsProvider.cs (1)
334
if (parentDir.
Exists
) {
System.Web (4)
HttpRuntime.cs (1)
1158
if (!binPathDirectory.
Exists
)
Util\FileUtil.cs (1)
316
accessible = (new DirectoryInfo(dirname)).
Exists
;
Util\HashCodeCombiner.cs (2)
195
if (!directory.
Exists
) {
220
if (!directory.
Exists
) {
System.Web.Services (3)
System\Web\Services\Discovery\DynamicPhysicalDiscoSearcher.cs (2)
44
if (!dir.
Exists
)
63
if ( !directory.
Exists
)
System\Web\Services\Discovery\DynamicVirtualDiscoSearcher.cs (1)
127
if ( directory.
Exists
)