1 write to _path
System.Web (1)
Util\FileEnumerator.cs (1)
99
_path
= Path.GetFullPath(path);
2 references to _path
System.Web (2)
Util\FileEnumerator.cs (2)
75
get { return
_path
+ @"\" + _wfd.cFileName; }
125
_hFindFile = UnsafeNativeMethods.FindFirstFile(
_path
+ @"\*.*", out _wfd);