Implemented interface member:
method
FileOrDirectoryExists
Microsoft.Build.Shared.FileSystem.IFileSystem.FileOrDirectoryExists(System.String)
1 override of FileOrDirectoryExists
Microsoft.Build.Framework (1)
FileSystem\WindowsFileSystem.cs (1)
79
public override bool
FileOrDirectoryExists
(string path) => PInvoke.GetFileAttributes(path) != PInvoke.INVALID_FILE_ATTRIBUTES;