Changeset 7586 for lang/powershell
- Timestamp:
- 03/06/08 20:58:31 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/powershell/PSCustomProviders/trunk/src/Dotnet.PowerShell.PSTodo/PSTodo/PSTodoProvider.cs
r7573 r7586 141 141 /// <returns></returns> 142 142 protected override bool ItemExists(string path) { 143 return File.Exists(path);143 return Directory.Exists(path) || File.Exists(path); 144 144 } 145 145
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)