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