Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

Commit

Permalink
Display file's full path in Security Analyzer (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyhfish authored and daguiler committed Apr 13, 2019
1 parent f235ba1 commit aea39a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ where FileContainsText(file, searchText)
let f = new FileInfo(file)
select new SearchFileInfo
{
FileName = f.Name,
FileName = f.FullName,
LastWriteTime = f.LastWriteTime.ToString(CultureInfo.InvariantCulture)
};
}
Expand Down

0 comments on commit aea39a5

Please sign in to comment.